IDisposableObservable Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A disposable object that also provides a safe way to query its disposed status.
public interface class IDisposableObservable : IDisposablepublic interface IDisposableObservable : IDisposabletype IDisposableObservable = interface
    interface IDisposablePublic Interface IDisposableObservable
Implements IDisposable- Derived
- Implements
Properties
| IsDisposed | Gets a value indicating whether this instance has been disposed. |