PeanutButter
Loading...
Searching...
No Matches
PeanutButter.TempDb.MySql.Data.MySqlPoolStatsFetcher.PoolStats Class Reference

Provides pool stats for MySql.Data Connection Pools via reflection. More...

Public Member Functions

 PoolStats (int maxConnections, int totalAvailable, int totalInUse, int totalIdle)
 Constructs an instance of the stats.

Properties

int MaxConnections [get]
 Max connections.
int TotalAvailable [get]
 Total available connections.
int TotalInUse [get]
 Total connections in use.
int TotalIdle [get]
 Total idle connections.

Detailed Description

Provides pool stats for MySql.Data Connection Pools via reflection.

Constructor & Destructor Documentation

◆ 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