Click or drag to resize
StagingTaskInfoProviderGetOlderTasksInternal 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: 9.0.0
Syntax
C#
protected ObjectQuery<StagingTaskInfo> GetOlderTasksInternal(
	StagingTaskInfo taskObj,
	int serverId
)

Parameters

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

Return Value

Type: ObjectQueryStagingTaskInfo
See Also