SynchronizationInfoProviderCreateSynchronizationRecords Method |
Creates synchronization records for given task and servers.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static void CreateSynchronizationRecords(
int taskId,
IEnumerable<int> serverIds
)
Parameters
- taskId
- Type: SystemInt32
Task ID. - serverIds
- Type: System.Collections.GenericIEnumerableInt32
Server IDs
See Also