Click or drag to resize
IntegrationSynchronizationInfoProviderSetIntegrationSynchronizationRunning Method
Sets a flag indicating that task is being processed.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static bool SetIntegrationSynchronizationRunning(
	int connectorId,
	int taskId
)

Parameters

connectorId
Type: SystemInt32
Connector identifier
taskId
Type: SystemInt32
Task identifier

Return Value

Type: Boolean
Returns true when SynchronizationIsRunning was successfully set to true.
See Also