







![]() ![]() |
.NET Framework Class Library |
Observable..::.Timer Method (Int32, Int32, Scheduler) |
Observable Class See Also Send Feedback |
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); |