Retry Method (Int32)

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

Parameters

count
Type: System..::.Int32

See Also