AsyncControlRunAsync Method |
Runs the asynchronous action.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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