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