IntegrationSynchronizationInfoProviderGetIntegrationSynchronizationInfo Method (Int32, Int32) |
Gets synchronization specified by connector and task identifiers.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static IntegrationSynchronizationInfo GetIntegrationSynchronizationInfo(
int connectorId,
int taskId
)
Parameters
- connectorId
- Type: SystemInt32
Connector identifier - taskId
- Type: SystemInt32
Task identifier
Return Value
Type:
IntegrationSynchronizationInfoSee Also