Click or drag to resize
SynchronizationInfoProviderCreateSynchronizationRecords Method
Creates synchronization records for given task and servers.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void CreateSynchronizationRecords(
	int taskId,
	IEnumerable<int> serverIds
)

Parameters

taskId
Type: SystemInt32
Task ID.
serverIds
Type: System.Collections.GenericIEnumerableInt32
Server IDs
See Also