| RecoveryStrategyBaseExecute 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. 
              | |
| ExecuteTResult(FuncTResult) | 
            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. 
              |