Disposer.IsDisposing Property

Tungsten Suite

DisposerIsDisposing Property

True if the Disposer is in the process of disposing, otherwise False

Namespace:  W.Threading.Lockers
Assembly:  Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
Syntax
C#
public bool IsDisposing { get; }

Property Value

Type: Boolean
See Also