RecoveryStrategyBase.ExecuteAsync Method |
Name | Description | |
---|---|---|
![]() | ExecuteAsync<TResult>(Func<Task<TResult>>, CancellationToken) |
Executes the specified toExecute func asynchronously. If it fails with a transient exception it will be retried till either the maximum number of retries
has been attempted or the maximum delay has been reached.
|
![]() | ExecuteAsync(Func<Task>, CancellationToken) |
Executes the specified toExecute func asynchronously. If it fails with a transient exception it will be retried till either the maximum number of retries
has been attempted or the maximum delay has been reached.
|