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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
public static void DeleteOrphanedTasks(
	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