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

Field Value

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

Remarks

When deploying a high availability environment where work is balanced across multiple Gateway daemon instances, this property can be used to ensure that connections in the connection pool continue to be balanced after a failure has occurred. If this property is set, connections in the pool are periodically closed and then re-established so that they can be evenly distributed across all available Gateway daemon instances.

See Also