Share via


RetryAction Class

Definition

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

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

Methods

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

Starts the retry of the action requested.

Applies to