Gets or sets the maximum time to wait for connections in the connection pool to complete.

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

Syntax

C#
public int ConnectTimeout { get; set; }
Visual Basic
Public Property ConnectTimeout As Integer
	Get
	Set
Visual C++
public:
property int ConnectTimeout {
	int get ();
	void set (int value);
}

Field Value

the maximum time to wait for connections to complete, in seconds.

See Also