The ConnectionPoolProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionPoolProperties()()()() | Creates a new connection pool properties with default values. |
![]() | ConnectionPoolProperties(Int32, Int32) | Creates a new connection pool properties with the specified minimum and
maximum number of connections. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
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. |