Gets the GatewayConnectionPool that this GatewayConnection is associated with.

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

Syntax

C#
public GatewayConnectionPool ConnectionPool { get; internal set; }
Visual Basic
Public Property ConnectionPool As GatewayConnectionPool
	Get
	Friend Set
Visual C++
public:
property GatewayConnectionPool^ ConnectionPool {
	GatewayConnectionPool^ get ();
	internal: void set (GatewayConnectionPool^ value);
}

Field Value

The connection pool that contains this connection, or nullNothingnullptra null reference (Nothing in Visual Basic) if the connection was not created in a connection pool.

Remarks

After a pooled connection closes for any reason, the connection is removed from the connection pool and this property will return nullNothingnullptra null reference (Nothing in Visual Basic).

See Also