Class PoolManager
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public class PoolManager : PoolManager, IInstanceProviderProperties
Pools
Declaration
public BlockingCollection<IPool> Pools { get; }Property Value
| Type | Description | 
|---|---|
| BlockingCollection<IPool> | 
Methods
ClearAll()
Declaration
public void ClearAll()ReturnAll()
Declaration
public void ReturnAll()TryAddPool<T>(Pool<T>)
Declaration
public bool TryAddPool<T>(Pool<T> pool) where T : classParameters
| Type | Name | Description | 
|---|---|---|
| Pool<T> | pool | 
Returns
| Type | Description | 
|---|---|
| bool | 
Type Parameters
| Name | Description | 
|---|---|
| T |