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.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Func<int, int, TimeSpan> CustomDelayCalculatorFunc { get; set; }

Property Value

Type: FuncInt32, Int32, TimeSpan
See Also