Click or drag to resize
StagingTaskInfoProviderDeleteOrphanedTasksInternal Method
Deletes old orphaned tasks.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
protected virtual void DeleteOrphanedTasksInternal(
	ICollection<int> taskIds
)

Parameters

taskIds
Type: System.Collections.GenericICollectionInt32
IDs from which the orphaned tasks should be removed.
Remarks
Orphaned task is task that does NOT have any SynchronizationInfo bindings.
See Also