RecoveryStrategyBase.Execute Method |
Name | Description | |
---|---|---|
![]() | Execute(Action) |
Executes the specified toExecute func. 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.
|
![]() | Execute<TResult>(Func<TResult>) |
Executes the specified toExecute func. 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.
|