The number of milliseconds to wait between retries.

Remarks

The delay period is approximate and will be affected by the demands of other threads on the system.

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

Syntax

C#
public TimeSpan Delay { get; set; }
Visual Basic
Public Property Delay As TimeSpan
	Get
	Set

See Also