Delay Method

RxJS

Overload List

  NameDescription
Delay(Int32)
Time shifts the observable sequence by dueTime. The relative time intervals between the values are preserved.
Delay(Int32, Scheduler)
Time shifts the observable sequence by dueTime. The relative time intervals between the values are preserved.

See Also