BooleanDisposable Properties
Include Protected Members
Include Inherited Members
The BooleanDisposable type exposes the following members.
Properties
NameDescriptionIsDisposedGets a value that indicates whether the object is disposed.Top
See Also
Reference
System.Reactive.Disposables Namespace
BooleanDisposable Class
Represents an IDisposable that can be checked for status.
Inheritance Hierarchy
System.Object
System.Reactive.Disposables.BooleanDisposable
Namespace: System.Reactive.Disposables
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public NotInheritable Class BooleanDisposable _
Implements IDisposable
'Usage
Dim instance As BooleanDisposable
public sealed class BooleanDisposable : IDisposable
public ref class BooleanDisposable sealed : IDisposable
[<SealedAttribute>]
type BooleanDisposable =
class
interface IDisposable
end
public final class BooleanDisposable implements IDisposable
The BooleanDisposable type exposes the following members.
Constructors
NameDescriptionBooleanDisposableInitializes a new instance of the BooleanDisposable class.Top
Properties
NameDescriptionIsDisposedGets a value that indicates whether the object is disposed.Top
Methods
NameDescriptionDisposeSets the status to Disposed.
Equals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
ToString(Inherited from Object.)Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
System.Reactive.Disposables Namespace
BooleanDisposable Constructor
Initializes a new instance of the BooleanDisposable class.
Namespace: System.Reactive.Disposables
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New BooleanDisposable()
public BooleanDisposable()
public:
BooleanDisposable()
new : unit -> BooleanDisposable
public function BooleanDisposable()
See Also
Reference
System.Reactive.Disposables Namespace
BooleanDisposable Methods
Include Protected Members
Include Inherited Members
The BooleanDisposable type exposes the following members.
Methods
NameDescriptionDisposeSets the status to Disposed.
Equals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
ToString(Inherited from Object.)Top