Click or drag to resize

RecoveryStrategyBase.Execute Method

Overload List
  NameDescription
Public methodExecute(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.
Public methodExecute<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.
Top
See Also