A factor by which the delay is adjusted after each retry. Default is 1.

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...

Namespace: DotNetNuke.Common.Utilities.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public float DelayMultiplier { get; set; }
Visual Basic
Public Property DelayMultiplier As Single
	Get
	Set

See Also