Retrieves a list of the CICS servers defined in the Gateway daemon.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Return Value
Type: IListCicsServerA list of CicsServer instances representing the CICS servers defined in the Gateway daemon.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GatewayConnection has been closed. |
SocketException | The connection to the Gateway daemon has been lost. |
GatewayException | An error occurred within the Gateway daemon. |
See Also