Timer Method (Int32, Int32, Scheduler)

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

Parameters

dueTime
Type: System..::.Int32
period
Type: System..::.Int32
scheduler
Type: Rx..::.Scheduler

See Also