







![]() ![]() ![]() |
.NET Framework Class Library |
BehaviorSubject..::.Timeout Method |
BehaviorSubject Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
![]() | Timeout(Int32) |
Returns observable sequence that ends with a TimeoutException if dueTime elapses.
(Inherited from Observable.) |
![]() | Timeout(Int32, Observable) |
Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other.
(Inherited from Observable.) |
![]() | Timeout(Int32, Scheduler) |
Returns observable sequence that ends with a TimeoutException if dueTime elapses.
(Inherited from Observable.) |
![]() | Timeout(Int32, Observable, Scheduler) |
Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other.
(Inherited from Observable.) |