PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceAttachPool Method |
[This is preliminary documentation and is subject to change.]
Attaches the specified pool to the manager, allowing the manager to acquire and release instances from it.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax public void AttachPool(
TPool pool
)
Parameters
- pool
- Type: TPool
The pool to attach.
See Also