|
| .NET Framework Class Library |
| Observable..::.Timeout Method (Int32, Scheduler) |
| Observable Class See Also Send Feedback |
Returns observable sequence that ends with a TimeoutException if dueTime elapses.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Timeout(dueTime, scheduler); |