Click or drag to resize
IntegrationSynchronizationInfoProviderGetIntegrationSynchronizationInfo Method (Int32, Int32)
Gets synchronization specified by connector and task identifiers.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static IntegrationSynchronizationInfo GetIntegrationSynchronizationInfo(
	int connectorId,
	int taskId
)

Parameters

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

Return Value

Type: IntegrationSynchronizationInfo
See Also