Click or drag to resize

PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceGetPool Method

[This is preliminary documentation and is subject to change.]

Gets the pool that handles instances of the specified source object. The manager must contain a matching pool to use this method.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public TPool GetPool(
	TSource sourceObject
)

Parameters

sourceObject
Type: TSource
The source object to retrieve the pool for.

Return Value

Type: TPool
A TPool that handles instances of sourceObject.
See Also