Click or drag to resize

PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceIsAttached Method

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

Determines whether the specified pool is attached to the manager.

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 bool IsAttached(
	TPool pool
)

Parameters

pool
Type: TPool
The pool to check.

Return Value

Type: Boolean
if the pool is attached to the manager; otherwise, .
See Also