Click or drag to resize
StagingTaskInfoProviderGetServerIdsToLogTaskToInternal Method
Gets the list of server IDs for which the staging task should be logged.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
protected virtual IList<int> GetServerIdsToLogTaskToInternal(
	StagingTaskInfo task,
	int siteId,
	int serverId
)

Parameters

task
Type: CMS.SynchronizationStagingTaskInfo
Synchronization task.
siteId
Type: SystemInt32
Site ID.
serverId
Type: SystemInt32
Server ID.

Return Value

Type: IListInt32
See Also