Click or drag to resize
AsyncControlRunAsync Method
Runs the asynchronous action.

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

Parameters

action
Type: CMS.DataEngineAsyncAction
Action to run
wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity (windows user)
See Also