The ConnectionPoolProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AgedTimeout | Gets or sets the maximum time that connections can remain open in the connection pool. | |
| Applid | Gets or sets the client APPLID used by connections in the connection pool. | |
| ApplidQualifier | Gets or sets the client APPLID qualifier used by connections in the connection pool. | |
| ConnectTimeout | Gets or sets the maximum time to wait for connections in the connection pool to complete. | |
| IdleTimeout | Gets or sets the maximum time that connections can remain idle in the connection pool. | |
| MaxConnections | Gets or sets the maximum number of connections in the connection pool. | |
| MinConnections | Gets or sets the minimum number of connections in the connection pool. |
See Also