Timer Method (Int32)

RxJS

Returns an observable sequence that produces a value at dueTime.

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

Syntax

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

Parameters

dueTime
Type: System..::.Int32

See Also