| 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.3.0.0 (5.3.0)
Syntaxpublic Func<int, int, TimeSpan> CustomDelayCalculatorFunc { get; set; }Public Property CustomDelayCalculatorFunc As Func(Of Integer, Integer, TimeSpan)
	Get
	Set
Property Value
Type: 
FuncInt32, 
Int32, 
TimeSpan
See Also