Click or drag to resize
SchedulingExecutorExecuteTask Method (Int32, String)

Note: This API is now obsolete.

Executes specified task.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use method SchedulingExecutor.ExecuteTask(TaskInfo taskInfo, string siteName) instead.")]
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