Click or drag to resize
IntegrationHelperProcessExternalTasksAsync Method (Int32)
Processes external tasks of connector specified by ID

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void ProcessExternalTasksAsync(
	int connectorId
)

Parameters

connectorId
Type: SystemInt32
ID of connector whose tasks to process
See Also