DBDriverBaseExecuteWithActiveRecoveryStrategy Method (Action) |
Executes the specified action with the active recovery strategy on this driver. If no recovery strategy is specified it will execute the action directly
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public virtual void ExecuteWithActiveRecoveryStrategy(
Action toExecute
)
Public Overridable Sub ExecuteWithActiveRecoveryStrategy (
toExecute As Action
)
Parameters
- toExecute
- Type: SystemAction
To execute.
See Also