Delay Method

RxJS

Overload List

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

See Also