Delay Method (Int32)

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

Parameters

dueTime
Type: System..::.Int32

See Also