Click or drag to resize

PoolBaseTSource, TInstance, TSettingsEnabled Property

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

Gets or sets a value indicating whether pooling is enabled.

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 Enabled { get; set; }

Property Value

Type: Boolean

Implements

ISharedPoolSettingsEnabled
Remarks
When Enabled is set to , the pool will appear empty, and attempts to acquire from the pool will fail unless InstantiateWhenEmpty is .
See Also