Click or drag to resize
SynchronizationInfoProvider.CreateSynchronizationInfoInternal Method (StagingTaskInfo, WhereCondition)
Creates synchronization record for all servers that satisfies the where condition.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected virtual void CreateSynchronizationInfoInternal(
	StagingTaskInfo task,
	WhereCondition where
)

Parameters

task
Type: CMS.Synchronization.StagingTaskInfo
Synchronization task
where
Type: CMS.DataEngine.WhereCondition
Where condition for the servers
See Also