Repeat Method (Object, Int32)

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);

Parameters

value
Type: System..::.Object
count
Type: System..::.Int32

See Also