Click or drag to resize
IntegrationHelperProcessTasks Method (String, Boolean)
Processes pending internal or external tasks for specified connector.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void ProcessTasks(
	string connectorName,
	bool internalTasks
)

Parameters

connectorName
Type: SystemString
Name of connector whose tasks to process
internalTasks
Type: SystemBoolean
Whether to process internal or external tasks
See Also