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

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

Parameters

action
Type: CMS.DataEngineAsyncAction
Action callback to run
wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity
See Also