<< Click to Display Table of Contents >>
ConnectionPoolStatus
This class provides member variables to get the state information of the connection pool.
Member Variables
Status
public Status Status
The current status.
Statusstring
public string Statusstring
The current status message.
FreeConnectionCount
public int FreeConnectionCount
The number of free connections.
CheckedOutConnectionCount
public int CheckedOutConnectionCount
The number of Checked out connections.
ErrorMessage
public string ErrorMessage
The error message occurred during ConnectionPool creation.
Error
public Exception Error
The error occurred during ConnectionPool creation.