|
| .NET Framework Class Library |
| Observable..::.Timeout Method (Int32, Observable, Scheduler) |
| Observable Class See Also Send Feedback |
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); |