AsyncWorkerRunAsync Method |
Runs the action in an asynchronous thread.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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