TaskExecutorRunAsync Method (Int32, WindowsIdentity) |
Runs the specified task in an asynchronous thread.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax public static void RunAsync(
int taskId,
WindowsIdentity wi
)
Parameters
- taskId
- Type: SystemInt32
Task ID to run - wi
- Type: System.Security.PrincipalWindowsIdentity
Windows identity
See Also