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: 10.1.0.0 (10.1.0.0)
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. |
Remarks
See Also