DoWhile Method

RxJS

Repeats source as long as condition holds.

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

Syntax

JavaScript
Rx.Observable.DoWhile = function(source, condition);

Parameters

source
Type: Rx..::.Observable
condition
Type: System..::.FuncBoolean

See Also