Clear Method

RxJS

Removes and disposes all disposables from the CompositeDisposable, but does not dispose the CompositeDisposable.

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

Syntax

JavaScript
function Clear();

See Also