Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the wrapped disposable on the provided scheduler.
|
|
ScheduledDisposable ( IScheduler scheduler, IDisposable disposable ) : System |
Initializes a new instance of the T:Catch.Reactive.Disposables.ScheduledDisposable class that uses an T:Catch.Reactive.Concurrency.IScheduler on which to dispose the disposable.
|
Method | Description | |
---|---|---|
DisposeInner ( ) : void |
public ScheduledDisposable ( IScheduler scheduler, IDisposable disposable ) : System | ||
scheduler | IScheduler | Scheduler where the disposable resource will be disposed on. |
disposable | IDisposable | Disposable resource to dispose on the given scheduler. |
return | System |