Jaa


Retry Class

Definition

Retries asynchronous operations. In case of errors, it collects and returns exceptions in an AggregateException object.

public static class Retry
type Retry = class
Public Class Retry
Inheritance
Retry

Methods

Run<TResult>(Func<Task<TResult>>, Func<Exception,Int32,RetryParams>)

Starts the retry of the action requested.

Applies to