Click or drag to resize
TaskExecutor Methods

The TaskExecutor type exposes the following members.

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