Click or drag to resize
StagingTaskInfoProviderDeleteOlderTasksInternal Method (StagingTaskInfo, WhereCondition)
Deletes older synchronization tasks of same object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected void DeleteOlderTasksInternal(
	StagingTaskInfo currentTask,
	WhereCondition whereCondition
)

Parameters

currentTask
Type: CMS.SynchronizationStagingTaskInfo
Current task object
whereCondition
Type: CMS.DataEngineWhereCondition
Where condition selecting old tasks
See Also