Interval Method (Int32)

RxJS

Returns an observable sequence that produces a value after each period.

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

Syntax

JavaScript
Rx.Observable.Interval = function(period);

Parameters

period
Type: System..::.Int32

See Also