Gets or sets the maximum time that connections can remain open 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 AgedTimeout { get; set; }
Visual Basic
Public Property AgedTimeout As Integer
	Get
	Set
Visual C++
public:
property int AgedTimeout {
	int get ();
	void set (int value);
}

Field Value

The maximum time that connections can remain open, in seconds.

See Also