|
| .NET Framework Class Library |
| Observable..::.Retry Method (Int32, Scheduler) |
| Observable Class See Also Send Feedback |
Repeats the source observable sequence the retryCount times or until it successfully terminates.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Retry(count, scheduler); |