Timeout Method (Int32, Scheduler)

RxJS

Returns observable sequence that ends with a TimeoutException if dueTime elapses.

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

Syntax

JavaScript
function Timeout(dueTime, scheduler);

Parameters

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

See Also