Represents a CICS server defined in a Gateway daemon.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
The CicsServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CicsServer | Constructs a new CicsServer. |
Properties
Name | Description | |
---|---|---|
![]() | 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. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(CicsServer) | Returns a value indicating whether this instance represents the same CICS server as a specified CicsServer. |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | Returns the name of the CICS server represented by this instance. (Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | Determines whether two CicsServer instances represent the same CICS server. |
![]() ![]() | Inequality | Determines whether two CicsServer instances do not represent the same CICS server. |
See Also