PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceAcquire Method |
[This is preliminary documentation and is subject to change.]
Acquires an instance of source from an attached pool.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax public TInstance Acquire(
TSource source
)
Parameters
- source
- Type: TSource
The source to acquire an instance of.
Return Value
Type:
TInstanceAn instance of
source acquired from the pool.
See Also