GatewayConnectionListSystems Method

CICS Transaction Gateway V10.1.0.0
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

public IList<CicsServer> ListSystems()

Return Value

Type: IListCicsServer
A list of CicsServer instances representing the CICS servers defined in the Gateway daemon.
Exceptions

ExceptionCondition
ObjectDisposedExceptionThe GatewayConnection has been closed.
SocketExceptionThe connection to the Gateway daemon has been lost.
GatewayExceptionAn error occurred within the Gateway daemon.
Remarks

If the connected Gateway daemon is running on z/OS then any logical CICS servers are included. Logical CICS servers can be identified by a prefix of (LS) in the Description. There is no guarantee that a communications link exists between the Gateway daemon and any server in the list, or that any of the CICS servers are available.
See Also

Reference