Method | Description | |
---|---|---|
ContextDisposable ( |
Initializes a new instance of the T:Catch.Reactive.Disposables.ContextDisposable class that uses the specified T:System.Threading.SynchronizationContext on which to dispose the specified disposable resource.
|
|
Dispose ( ) : void |
Disposes the underlying disposable on the provided T:System.Threading.SynchronizationContext.
|
public ContextDisposable ( |
||
context | Context to perform disposal on. | |
disposable | IDisposable | Disposable whose Dispose operation to run on the given synchronization context. |
return | System |