Repeat Method (Int32)

RxJS

Repeats the observable sequence repeatCount times.

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

Syntax

JavaScript
function Repeat(count);

Parameters

count
Type: System..::.Int32

See Also