SingleAssignmentDisposable.IsDisposed Property

Gets a value indicating 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 SingleAssignmentDisposable
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
Returns a Boolean. The value will be set to true if the object is disposed; otherwise, false.

See Also

Reference

SingleAssignmentDisposable Class

System.Reactive.Disposables Namespace