| RecoveryStrategyBaseExecute Method (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. 
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic void Execute(
	Action toExecute
)
Public Sub Execute ( 
	toExecute As Action
)
Parameters
- toExecute
 - Type: SystemAction
the func to execute. 
See Also