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

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static void ExecuteTask(
	int taskID,
	string siteName
)

Parameters

taskID
Type: SystemInt32
ID of task to execute
siteName
Type: SystemString
Current site name of the execution context
See Also