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

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
public void RunAsync(
	WindowsIdentity wi
)

Parameters

wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity
See Also