The ConnectionPoolProperties type exposes the following members.

Properties

  NameDescription
Public propertyAgedTimeout
Gets or sets the maximum time that connections can remain open in the connection pool.
Public propertyApplid
Gets or sets the client APPLID used by connections in the connection pool.
Public propertyApplidQualifier
Gets or sets the client APPLID qualifier used by connections in the connection pool.
Public propertyConnectTimeout
Gets or sets the maximum time to wait for connections in the connection pool to complete.
Public propertyIdleTimeout
Gets or sets the maximum time that connections can remain idle in the connection pool.
Public propertyMaxConnections
Gets or sets the maximum number of connections in the connection pool.
Public propertyMinConnections
Gets or sets the minimum number of connections in the connection pool.

See Also