ConnectionPoolProperties Constructor (Int32, Int32)

CICS Transaction Gateway V10.1.0.0
Creates a new connection pool properties with the specified minimum and maximum number of connections.

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

public ConnectionPoolProperties(
	int minConnections,
	int maxConnections
)

Parameters

minConnections
Type: SystemInt32
The minimum number of connections in the connection pool.
maxConnections
Type: SystemInt32
The maximum number of connections in the connection pool.
Remarks

The connection pool properties is created with these initial values: Property Initial value MinConnectionsminConnectionsMaxConnectionsmaxConnectionsConnectTimeout No timeout (0) IdleTimeout No timeout (0) AgedTimeout No timeout (0) ApplidApplidQualifier
See Also

Reference