Search Results for

    Show / Hide Table of Contents

    Interface ICancelable

    Disposable resource with dipsosal state tracking.

    Inherited Members
    IDisposable.Dispose()
    Namespace: System.Reactive.Disposables
    Assembly: System.Reactive.Interfaces.dll
    Syntax
    public interface ICancelable : IDisposable

    Properties

    | Improve this Doc View Source

    IsDisposed

    Gets a value that indicates whether the object is disposed.

    Declaration
    bool IsDisposed { get; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX