Click or drag to resize
StagingTaskInfoProviderGetOlderTasks Method
Returns all the older tasks that need to be synchronized before the given task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<StagingTaskInfo> GetOlderTasks(
	StagingTaskInfo taskObj,
	int serverId
)

Parameters

taskObj
Type: CMS.SynchronizationStagingTaskInfo
Current task object
serverId
Type: SystemInt32
Server ID

Return Value

Type: InfoDataSetStagingTaskInfo
See Also