Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDisposableObservable Interface

Definition

Namespace:
Microsoft
Assembly:
Microsoft.VisualStudio.Validation.dll
Package:
Microsoft.VisualStudio.Validation v17.8.8

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 : IDisposable
public interface IDisposableObservable : IDisposable
type IDisposableObservable = interface
 interface IDisposable
Public Interface IDisposableObservable
Implements IDisposable
Derived
Implements

Properties

Name Description
IsDisposed

Gets a value indicating whether this instance has been disposed.

Applies to