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