Timer Method (Int32, Int32)

RxJS

Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.

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

Syntax

JavaScript
Rx.Observable.Timer = function(dueTime, period);

Parameters

dueTime
Type: System..::.Int32
period
Type: System..::.Int32

See Also