WaveTemplate CanReuseInstance Property NFX Class Library

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

Override to indicate whetner the instance of the template may be reused for processing of other requests (possibly by parallel threads). Override to return false if there is any per-request state shared in instance fields False by default so multiple requests can not reuse the instance

Namespace: NFX.Wave.Templatization
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public override bool CanReuseInstance { get; }

Property Value

Type: OnlineBoolean

Implements

ITemplate CanReuseInstance
See Also