The number of seconds since application start where no timer-initiated schedulers are allowed to run before. This safeguards against ovelapped application re-starts. See "Disable Ovelapped Recycling" under Recycling of IIS Manager Application Pool's Advanced Settings.

Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static int DelayAtAppStart { get; private set; }
Visual Basic
Public Shared Property DelayAtAppStart As Integer
	Get
	Private Set

See Also