Click or drag to resize
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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void ProcessInternalTasksAsync(
	List<string> connectorNames
)

Parameters

connectorNames
Type: System.Collections.GenericListString
Names of connectors whose tasks to process
See Also