SynchronizationInfoProviderGetSynchronizationInfoInternal Method (Int32, Int32) |
Returns the synchronization info object based on the task ID, server ID and site ID.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax protected virtual SynchronizationInfo GetSynchronizationInfoInternal(
int taskId,
int serverId
)
Parameters
- taskId
- Type: SystemInt32
Task ID - serverId
- Type: SystemInt32
Server ID
Return Value
Type:
SynchronizationInfoSee Also