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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static void ProcessTasks(
	int connectorId,
	bool internalTasks
)

Parameters

connectorId
Type: SystemInt32
ID of connector whose tasks to process
internalTasks
Type: SystemBoolean
Whether to process internal or external tasks
See Also