The ConnectionPoolProperties type exposes the following members.

Constructors

  NameDescription
Public methodConnectionPoolProperties()()()()
Creates a new connection pool properties with default values.
Public methodConnectionPoolProperties(Int32, Int32)
Creates a new connection pool properties with the specified minimum and maximum number of connections.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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