The CicsServer type exposes the following members.

Constructors

  NameDescription
CicsServer
Constructs a new CicsServer.

Methods

  NameDescription
EqualsOverloaded. Returns a value indicating whether this instance is equal to a specified object.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns a hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the name of the CICS server represented by this instance.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Equality
Determines whether two CicsServer instances represent the same CICS server.
Inequality
Determines whether two CicsServer instances do not represent the same CICS server.

Properties

  NameDescription
Description
Gets the description of the CICS server as defined in the Gateway daemon.
Name
Gets the name of the CICS server as defined in the Gateway daemon.

See Also