Gets the number of connections in this connection pool that are available to be acquired.

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

Syntax

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

Field Value

The number of available connections in the pool.

See Also