Click or drag to resize

DBDriverBase.ExecuteWithActiveRecoveryStrategy<T> Method (Func<T>)

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.10.0.0 (5.10.0)
Syntax
public virtual T ExecuteWithActiveRecoveryStrategy<T>(
	Func<T> toExecute
)

Parameters

toExecute
Type: System.Func<T>
To execute.

Type Parameters

T

Return Value

Type: T
the result of the func executed
See Also