IDisposableObservable Interface

Definition

A disposable object that also provides a safe way to query its disposed status.

public interface class IDisposableObservable : IDisposable
public interface IDisposableObservable : IDisposable
type IDisposableObservable = interface
    interface IDisposable
Public Interface IDisposableObservable
Implements IDisposable
Derived
Implements

Properties

IsDisposed

Gets a value indicating whether this instance has been disposed.

Applies to