Click or drag to resize

RecoveryDelayCustomDelayCalculatorFunc Property

Gets or sets the custom delay calculator function. Used when the delaytype is 'Custom'. Input is (a, b), where a is the attempt number (so first retry is 1, next is 2 etc.), b is the delayParameter.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public Func<int, int, TimeSpan> CustomDelayCalculatorFunc { get; set; }

Property Value

Type: FuncInt32, Int32, TimeSpan
See Also