Click or drag to resize
DBDriverBaseExecuteWithActiveRecoveryStrategyT Method (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

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual T ExecuteWithActiveRecoveryStrategy<T>(
	Func<T> toExecute
)

Parameters

toExecute
Type: SystemFuncT
To execute.

Type Parameters

T

Return Value

Type: T
the result of the func executed
See Also