Provides pool stats for MySql.Data Connection Pools via reflection.
More...
|
| PoolStats (int maxConnections, int totalAvailable, int totalInUse, int totalIdle) |
| Constructs an instance of the stats.
|
|
int | MaxConnections [get] |
| Max connections.
|
int | TotalAvailable [get] |
| Total available connections.
|
int | TotalInUse [get] |
| Total connections in use.
|
int | TotalIdle [get] |
| Total idle connections.
|
Provides pool stats for MySql.Data Connection Pools via reflection.
◆ PoolStats()
PeanutButter.TempDb.MySql.Data.MySqlPoolStatsFetcher.PoolStats.PoolStats |
( |
int | maxConnections, |
|
|
int | totalAvailable, |
|
|
int | totalInUse, |
|
|
int | totalIdle ) |
Constructs an instance of the stats.
- Parameters
-
maxConnections | |
totalAvailable | |
totalInUse | |
totalIdle | |
The documentation for this class was generated from the following file:
- source/TempDb/PeanutButter.TempDb.MySql.Data/MySqlPoolStatsFetcher.cs