Interface ICancelable
Disposable resource with dipsosal state tracking.
Inherited Members
Namespace: System.Reactive.Disposables
Assembly: System.Reactive.Interfaces.dll
Syntax
public interface ICancelable : IDisposable
Properties
| Improve this Doc View SourceIsDisposed
Gets a value that indicates whether the object is disposed.
Declaration
bool IsDisposed { get; }
Property Value
Type | Description |
---|---|
Boolean |