Search Results for

    Show / Hide Table of Contents

    Class BooleanDisposable

    Represents a disposable resource that can be checked for disposal status.

    Inheritance
    Object
    BooleanDisposable
    Implements
    ICancelable
    IDisposable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: System.Reactive.Disposables
    Assembly: System.Reactive.Core.dll
    Syntax
    public sealed class BooleanDisposable : ICancelable, IDisposable

    Constructors

    | Improve this Doc View Source

    BooleanDisposable()

    Initializes a new instance of the BooleanDisposable class.

    Declaration
    public BooleanDisposable()

    Properties

    | Improve this Doc View Source

    IsDisposed

    Gets a value that indicates whether the object is disposed.

    Declaration
    public bool IsDisposed { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Dispose()

    Sets the status to disposed, which can be observer through the IsDisposed property.

    Declaration
    public void Dispose()

    Implements

    ICancelable
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX