Click or drag to resize
DigitalRuneResourcePoolEnabled Property
Gets or sets a value indicating whether resource pooling is enabled.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool Enabled { get; set; }

Property Value

Type: Boolean
if enabled; otherwise, .
Remarks
This property can be set to to disable resource pooling globally. When disabled, the resource pools will always return newly allocated items.
See Also