The GatewayConnectionPool type exposes the following members.

Properties

  NameDescription
Public propertyAgedTimeout
Gets the maximum time that connections can remain open in the connection pool.
Public propertyApplid
Gets the client APPLID used for transaction tracking by connections in this pool.
Public propertyApplidQualifier
Gets the client APPLID qualifier used for transaction tracking by connections in this pool.
Public propertyAvailableCount
Gets the number of connections in this connection pool that are available to be acquired.
Public propertyConnectionCount
Gets the total number of connections in this connection pool.
Public propertyHostName
Gets the host name of the Gateway daemon that connections in this pool are connected to.
Public propertyIdleTimeout
Gets the maximum time that connections can remain idle in the connection pool.
Public propertyMaxConnections
Gets the maximum number of connections in this connection pool.
Public propertyMinConnections
Gets the minimum number of connections in this connection pool.
Public propertyPort
Gets the remote TCP/IP port that connections in this pool are connected to.

See Also