SchedulingTimer Constructor |
Creates thread which calls SchedulerExecutor periodically.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public SchedulingTimer(
string schedulerURL,
string siteName,
bool runTimer
)
Parameters
- schedulerURL
- Type: SystemString
Scheduler URL - siteName
- Type: SystemString
Site name - runTimer
- Type: SystemBoolean
Run the timer immediately
See Also