Disposer.IsDisposed Property

Tungsten Suite

DisposerIsDisposed Property

True if Cleanup has been called and completed, otherwise False

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

Property Value

Type: Boolean
See Also