Click or drag to resize
StagingTaskInfoProviderGetTasksForSynchronization Method
Returns all the tasks that need to be synchronized (including older tasks that needs to be processed before the tasks with given IDs).

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<StagingTaskInfo> GetTasksForSynchronization(
	IEnumerable<int> taskIDs,
	int serverId
)

Parameters

taskIDs
Type: System.Collections.GenericIEnumerableInt32
Current task object
serverId
Type: SystemInt32
Server ID

Return Value

Type: InfoDataSetStagingTaskInfo
See Also