Retry Method (Int32, Scheduler)

RxJS

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);

Parameters

count
Type: System..::.Int32
scheduler
Type: Rx..::.Scheduler

See Also