Gets the total number of connections in this connection pool.

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

Syntax

C#
public int ConnectionCount { get; }
Visual Basic
Public ReadOnly Property ConnectionCount As Integer
	Get
Visual C++
public:
property int ConnectionCount {
	int get ();
}

Field Value

The total number of connections in the pool.

See Also