ConnectionPoolSettings Properties |
The ConnectionPoolSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaintenanceInterval |
Gets the maintenance interval.
Infinite values indicates that maintenance thread is disabled.
|
![]() | MaxConnecting |
Gets the maximum number of connections a pool may be establishing concurrently. Defaults to 2.
|
![]() | MaxConnections |
Gets the maximum number of connections.
|
![]() | MinConnections |
Gets the minimum number of connections.
|
![]() | WaitQueueSize | Obsolete.
Gets the size of the wait queue.
|
![]() | WaitQueueTimeout |
Gets the wait queue timeout.
|