ConcurrentPool<'T> Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
this.CurrentSize
Returns: int
|
|
Full Usage:
this.HealthCheckEnabled
|
|
Full Usage:
this.HealthCheckIntervalMs
|
|
Full Usage:
this.HealthCheckTask
|
|
Full Usage:
this.Iterate
Parameters:
'T -> unit
|
|
Full Usage:
this.MaxSize
|
|
Full Usage:
this.ObjectGenerator
|
|
Full Usage:
this.OnConnectionAcquired
|
|
Full Usage:
this.OnConnectionReset
|
|
Full Usage:
this.OnConnectionReturned
|
|
Full Usage:
this.Pop
Returns: 'T
|
|
Full Usage:
this.Push
Parameters:
'T
|
|
Full Usage:
this.ReuseRate
Returns: float
|
|
Full Usage:
this.TotalCreated
Returns: int64
|
|
Full Usage:
this.TotalReturned
Returns: int64
|
|
Full Usage:
this.TotalReused
Returns: int64
|
|
Full Usage:
this.TryRemove
Parameters:
'T -> bool
Returns: int
|