Click or drag to resize
AsyncWorker.RunAsync Method
Runs the action in an asynchronous thread.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public void RunAsync(
	AsyncAction action,
	WindowsIdentity wi
)

Parameters

action
Type: CMS.DataEngine.AsyncAction
Action callback to run
wi
Type: System.Security.Principal.WindowsIdentity
Windows identity
See Also