| 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: 9.0.0
Syntaxpublic static void ProcessInternalTasksAsync(
	List<string> connectorNames
)
Parameters
- connectorNames
 - Type: System.Collections.GenericListString
Names of connectors whose tasks to process 
See Also