Click or drag to resize

ConnectionPoolSettings Properties

The ConnectionPoolSettings type exposes the following members.

Properties
  NameDescription
Public propertyMaintenanceInterval
Gets the maintenance interval. Infinite values indicates that maintenance thread is disabled.
Public propertyMaxConnecting
Gets the maximum number of connections a pool may be establishing concurrently. Defaults to 2.
Public propertyMaxConnections
Gets the maximum number of connections.
Public propertyMinConnections
Gets the minimum number of connections.
Public propertyWaitQueueSize Obsolete.
Gets the size of the wait queue.
Public propertyWaitQueueTimeout
Gets the wait queue timeout.
Top
See Also