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

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

Parameters

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