Timeout Method

RxJS

Overload List

  NameDescription
Timeout(Int32)
Returns observable sequence that ends with a TimeoutException if dueTime elapses.
(Inherited from Observable.)
Timeout(Int32, Observable)
Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other.
(Inherited from Observable.)
Timeout(Int32, Scheduler)
Returns observable sequence that ends with a TimeoutException if dueTime elapses.
(Inherited from Observable.)
Timeout(Int32, Observable, Scheduler)
Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other.
(Inherited from Observable.)

See Also