Dispose Method

RxJS

Disposes the underlying disposable only when all dependent disposables have been disposed.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Dispose();

Implements

IDisposable..::.Dispose()()()

See Also