Timeout Method (Int32)

RxJS

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

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

Syntax

JavaScript
function Timeout(dueTime);

Parameters

dueTime
Type: System..::.Int32

See Also