RecoveryStrategyBaseExecuteAsync Method |
Name | Description | |
---|---|---|
ExecuteAsyncTResult(FuncTaskTResult, 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(FuncTask, 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.
|