Click or drag to resize
StagingTaskInfoProviderDeleteOlderTasksInternal Method (StagingTaskInfo)
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 taskObj
)

Parameters

taskObj
Type: CMS.SynchronizationStagingTaskInfo
Current task object
See Also