Click or drag to resize
SchedulingHelper Properties

The SchedulingHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnableScheduler
If true (default value), running of scheduler is enabled.
Public propertyStatic memberLogFile
Logs file.
Public propertyStatic memberLogTasks
If true, executed tasks are logged into file.
Public propertyStatic memberRunSchedulerWithinRequest
If true, the scheduler tasks are executed within the standard requests (at the end of requests). The default settings is true (scheduler is executed within the request).
Public propertyStatic memberServiceInterval
Gets windows service interval (in seconds).
Public propertyStatic memberUseAutomaticScheduler
If true, the automatic version of scheduler is used (standalone thread and scheduler.aspx page). The default settings is false (scheduler is executed by the activity of the requests).
Public propertyStatic memberUseExternalService
Indicates if the windows service should be used.
Top
See Also