SchedulingExecutorExecuteTask Method (TaskInfo, String) |
Executes specified task.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax 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