Closes all connections in this connection pool, optionally waiting for allocated connections to be returned to the pool.

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

Syntax

C#
public void Close(
	int closeTimeout
)
Visual Basic
Public Sub Close ( _
	closeTimeout As Integer _
)
Visual C++
public:
void Close(
	int closeTimeout
)

Parameters

closeTimeout
Type: System..::..Int32
The maximum time to allow allocated connections to be returned to the pool, in seconds.

See Also