RecoveryStrategyBase Methods | 
The RecoveryStrategyBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| 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. 
              | |
| 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.
              | |
| 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.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsTransientException | 
            Determines whether the specified exception is a transient exception. 
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| UnwrapException | 
            Unwraps the exception specified. Unwrapping is attempted on any ORMException derived exception. If the exception to unwrap isn't an 
            ORMException, it's returned as-is.
              |