TaskExecutor Class |
Namespace: CMS.Scheduler
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.
|