Delay Method (Int32, Scheduler)

RxJS

Time shifts the observable sequence by dueTime. The relative time intervals between the values are preserved.

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

Syntax

JavaScript
function Delay(dueTime, scheduler);

Parameters

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

See Also