Repeat Method (Int32, Scheduler)

RxJS

Repeats the observable sequence repeatCount times.

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

Syntax

JavaScript
function Repeat(count, scheduler);

Parameters

count
Type: System..::.Int32
scheduler
Type: Rx..::.Scheduler

See Also