Class PoolManager
Inheritance
System.Object
PoolManager
Syntax
public class PoolManager : PoolManager, IInstanceProvider
Properties
Pools
Declaration
public BlockingCollection<IPool> Pools { get; }
Property Value
Type |
Description |
BlockingCollection<IPool> |
|
Methods
ClearAll()
Declaration
ReturnAll()
Declaration
TryAddPool<T>(Pool<T>)
Declaration
public bool TryAddPool<T>(Pool<T> pool)
where T : class
Parameters
Type |
Name |
Description |
Pool<T> |
pool |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
Implements