Timeout Method (Int32, Observable, Scheduler)

RxJS

Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other.

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

Syntax

JavaScript
function Timeout(dueTime, other, scheduler);

Parameters

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

See Also