ScheduledDisposable.Disposable property¶
Defined in
Type: ScheduledDisposable
Namespace: System.Reactive.Disposables
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public IDisposable Disposable { get; }
Summary: Gets the underlying disposable. After disposal, the result is undefined.
Returns: IDisposable