ScheduledDisposable.Disposable Property

Gets a value that indicates the underlying disposable.

Namespace:  System.Reactive.Disposables
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public Property Disposable As IDisposable
    Get
    Private Set
'Usage
Dim instance As ScheduledDisposable
Dim value As IDisposable

value = instance.Disposable
public IDisposable Disposable { get; private set; }
public:
property IDisposable^ Disposable {
    IDisposable^ get ();
    private: void set (IDisposable^ value);
}
member Disposable : IDisposable with get, private set
function get Disposable () : IDisposable
private function set Disposable (value : IDisposable)

Property Value

Type: System.IDisposable
The underlying disposable.

See Also

Reference

ScheduledDisposable Class

System.Reactive.Disposables Namespace