Replace Method

RxJS

Swaps and disposes the current disposable with the new disposable.

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

Syntax

JavaScript
function Replace(disposable);

Parameters

disposable
Type: System..::.IDisposable

See Also