Repeat Method (Object, Int32, Scheduler)

RxJS

Generates an observable sequence that contains one repeated value.

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

Syntax

JavaScript
Rx.Observable.Repeat = function(value, count, scheduler);

Parameters

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

See Also