TaskExecutor Class |
Note: This API is now obsolete.
Namespace: CMS.Scheduler
[ObsoleteAttribute("Class was not intended for public use and will be removed in the next version. Use CMS.Scheduler.SchedulingExecutor.ExecuteTaskAsync(CMS.Scheduler.TaskInfo) instead.")] public class TaskExecutor
The TaskExecutor type exposes the following members.
Name | Description | |
---|---|---|
TaskExecutor |
Name | Description | |
---|---|---|
Run |
Runs the task.
| |
RunAsync(WindowsIdentity) |
Runs the task in an asynchronous thread.
| |
RunAsync(Int32, WindowsIdentity) |
Runs the specified task in an asynchronous thread.
| |
RunAsync(TaskInfo, WindowsIdentity) |
Runs the specified task in an asynchronous thread.
|