| ResourcePoolEnabled Property |
Gets or sets a value indicating whether resource pooling is enabled.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool Enabled { get; set; }
Public Shared Property Enabled As Boolean
Get
Set
public:
static property bool Enabled {
bool get ();
void set (bool value);
}
static member Enabled : bool with 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