Click or drag to resize

DBDriverBaseExecuteWithActiveRecoveryStrategy Method

Overload List
  NameDescription
Public methodExecuteWithActiveRecoveryStrategy(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
Public methodExecuteWithActiveRecoveryStrategyT(FuncT)
Executes the specified func with the active recovery strategy on this driver. If no recovery strategy is specified it will execute the func directly
Top
See Also