GatewayConnectionPoolMinConnections Property

CICS Transaction Gateway V10.1.0.0
Gets the minimum number of connections in this connection pool.

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

public int MinConnections { get; }

Property Value

Type: Int32
Remarks

If the number of connections in the connection pool drops below the value of this property, new connections are established until the minimum is reached.
See Also

Reference