| IntegrationHelperProcessTasks Method (Int32, Boolean) | 
            Processes pending internal or external tasks for specified connector.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntaxpublic 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