Gets or sets the minimum number of connections in the 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; set; }
Visual Basic
Public Property MinConnections As Integer
	Get
	Set
Visual C++
public:
property int MinConnections {
	int get ();
	void set (int value);
}

Field Value

The minimum number of connections in the pool.

See Also