Click or drag to resize
SchedulingExecutorExecuteScheduledTasks Method
Gets all scheduled tasks and executes each of them.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 11.0.0
Syntax
C#
public static void ExecuteScheduledTasks(
	string siteName,
	string serverName
)

Parameters

siteName
Type: SystemString
Name of site task should originate from
serverName
Type: SystemString
Name of server that executes the tasks
See Also