Click or drag to resize
SchedulingExecutorExecuteTask Method (TaskInfo, String)
Executes specified task.

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

Parameters

taskInfo
Type: CMS.SchedulerTaskInfo
Task to execute
siteName
Type: SystemString
Current site name of the execution context
See Also