Gets the minimum 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 MinConnections { get; }
Visual Basic
Public ReadOnly Property MinConnections As Integer
	Get
Visual C++
public:
property int MinConnections {
	int get ();
}

Field Value

The minimum number of connections in the pool.

Remarks

If the number of connections in the connection pool drops below the value of this property, new connections are established until the minimum is reached.

See Also