ActiveConnectionTracker<'T> Type
Tracks connections currently in use (not in pool)
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
this.ActiveConnectionCount
Returns: int
|
|
|
|
Full Usage:
this.GetStuckConnections
Parameters:
int
Returns: ActiveConnection<'T> list
|
|
Full Usage:
this.TrackConnection
Parameters:
'T
|
|
Full Usage:
this.UntrackConnection
Parameters:
'T
|