Click or drag to resize
TaskExecutorRunAsync Method (TaskInfo, WindowsIdentity)
Runs the specified task in an asynchronous thread.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static void RunAsync(
	TaskInfo task,
	WindowsIdentity wi
)

Parameters

task
Type: CMS.SchedulerTaskInfo
Task to run
wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity
See Also