GatewayConnectionPoolClose Method (Int32)

CICS Transaction Gateway V10.1.0.0
Closes all connections in this connection pool, optionally waiting for allocated connections to be returned to the pool.

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(
	int closeTimeout
)

Parameters

closeTimeout
Type: SystemInt32
The maximum time to allow allocated connections to be returned to the pool, in seconds.
See Also

Reference