PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceHasPool Method |
[This is preliminary documentation and is subject to change.]
Determines whether the manager has a pool that handles instances of the specified source object.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax public bool HasPool(
TSource sourceObject
)
Parameters
- sourceObject
- Type: TSource
The source object to check.
Return Value
Type:
Boolean if the manager has a pool that handles instances of
sourceObject; otherwise,
.
See Also