GatewayConnectionClose Method

CICS Transaction Gateway V10.1.0.0
Closes the connection to 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 void Close()
Exceptions

ExceptionCondition
GatewayExceptionAn error occurred within the Gateway daemon.
Remarks

If the connection is a member of a GatewayConnectionPool, the connection remains open and is returned to the pool so that it can be used again. If the connection is not a member of a connection pool, it is closed immediately.
See Also

Reference