CancellationDisposable.IsDisposed Property
Gets a value that indicates whether the object is disposed.
Namespace: System.Reactive.Disposables
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public ReadOnly Property IsDisposed As Boolean
Get
'Usage
Dim instance As CancellationDisposable
Dim value As Boolean
value = instance.IsDisposed
public bool IsDisposed { get; }
public:
property bool IsDisposed {
bool get ();
}
member IsDisposed : bool
function get IsDisposed () : boolean
Property Value
Type: System.Boolean
true if the object is disposed; otherwise, false.