Click or drag to resize
SynchronizationInfoProviderCreateSynchronizationInfoInternal 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: 9.0.0
Syntax
C#
protected virtual void CreateSynchronizationInfoInternal(
	StagingTaskInfo task,
	WhereCondition where
)

Parameters

task
Type: CMS.SynchronizationStagingTaskInfo
Synchronization task
where
Type: CMS.DataEngineWhereCondition
Where condition for the servers
See Also