Click or drag to resize
TaskExecutor Class

Note: This API is now obsolete.

Task executor.
Inheritance Hierarchy
SystemObject
  CMS.SchedulerTaskExecutor

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax
C#
[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.

Constructors
  NameDescription
Public methodTaskExecutor
Top
Properties
  NameDescription
Public propertyTask
Task object.
Public propertyTaskID
Task ID.
Top
Methods
  NameDescription
Public methodRun
Runs the task.
Public methodRunAsync(WindowsIdentity)
Runs the task in an asynchronous thread.
Public methodStatic memberRunAsync(Int32, WindowsIdentity)
Runs the specified task in an asynchronous thread.
Public methodStatic memberRunAsync(TaskInfo, WindowsIdentity)
Runs the specified task in an asynchronous thread.
Top
See Also