IConflictLogAccess::DeleteConflicts Method

When overridden in a derived class, removes the specified conflicts from the log.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

void DeleteConflicts(
	IEnumerable<LoggedConflict^>^ loggedConflictsToBeDeleted
)

Parameters

loggedConflictsToBeDeleted
Type: System.Collections.Generic::IEnumerable<LoggedConflict>
The list of conflicts to be deleted from the log.

Notes to Implementers

Implementations of this method must delete only the conflicts listed in loggedConflictsToBeDeleted. Do not remove other conflicts that contain items listed in loggedConflictsToBeDeleted.

Show: