IntegrationHelperProcessInternalTasksAsync Method |
Ensures separate threads for connectors to process the logged internal tasks.
Thread won't be started if processing is already running.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static void ProcessInternalTasksAsync(
List<string> connectorNames
)
Parameters
- connectorNames
- Type: System.Collections.GenericListString
Names of connectors whose tasks to process
See Also