GatewayConnectionPoolIdleTimeout Property

CICS Transaction Gateway V10.1.0.0
Gets the maximum time that connections can remain idle in the connection pool.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax

public int IdleTimeout { get; }

Property Value

Type: Int32
Remarks

If the number of connections in the connection pool is greater than MinConnections, any connections that have not been acquired for the specified number of seconds are automatically closed. This property can be used to ensure that communication resources are released during periods of reduced activity.
See Also

Reference