A factor by which the delay is adjusted after each retry. Default is 1.
Namespace: DotNetNuke.Common.Utilities.Internal
Remarks
To double the delay with every retry use a factor of 2, retrys will be 1s, 2s, 4s, 8s...
Remarks
To quarter the delay with every retry use a factor of 0.25, retrys will be 1s, 0.25, 0.0625, 0.015625s...
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public float DelayMultiplier { get; set; } |
Visual Basic |
---|
Public Property DelayMultiplier As Single Get Set |