Click or drag to resize
TaskExecutorRunAsync Method (Int32, 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(
	int taskId,
	WindowsIdentity wi
)

Parameters

taskId
Type: SystemInt32
Task ID to run
wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity
See Also