Dispose Method

RxJS

Disposes all disposables in the group and removes them from the group.

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

Syntax

JavaScript
function Dispose();

Implements

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

See Also