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

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

Parameters

connectorName
Type: System.String
Name of connector whose tasks to process
internalTasks
Type: System.Boolean
Whether to process internal or external tasks
See Also