Dispose Method

RxJS

Disposes the underlying disposable as well as all future replacements.

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

Syntax

JavaScript
function Dispose();

Implements

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

See Also