|
| .NET Framework Class Library |
| Observable..::.Retry Method (Int32) |
| 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); |
Parameters
- count
- Type: System..::.Int32