GatewayConnectionConnectionPool Property

CICS Transaction Gateway V10.1.0.0
Gets the GatewayConnectionPool that this GatewayConnection is associated with.

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

public GatewayConnectionPool ConnectionPool { get; }

Property Value

Type: GatewayConnectionPool
Remarks

After a pooled connection closes for any reason, the connection is removed from the connection pool and this property will return .
See Also

Reference