The number of milliseconds to wait between retries.
Namespace: DotNetNuke.Common.Utilities.Internal
Remarks
The delay period is approximate and will be affected by the demands of other threads on the system.
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public TimeSpan Delay { get; set; } |
Visual Basic |
---|
Public Property Delay As TimeSpan Get Set |