The CicsServer type exposes the following members.

Constructors

  NameDescription
Public methodCicsServer
Constructs a new CicsServer.

Methods

  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(CicsServer)
Returns a value indicating whether this instance represents the same CICS server as a specified CicsServer.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the name of the CICS server represented by this instance.
(Overrides ValueType..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two CicsServer instances represent the same CICS server.
Public operatorStatic memberInequality
Determines whether two CicsServer instances do not represent the same CICS server.

Properties

  NameDescription
Public propertyDescription
Gets the description of the CICS server as defined in the Gateway daemon.
Public propertyName
Gets the name of the CICS server as defined in the Gateway daemon.

See Also