Share via


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)

Syntax

'Declaration
Sub DeleteConflicts ( _
    loggedConflictsToBeDeleted As IEnumerable(Of LoggedConflict) _
)
'Usage
Dim instance As IConflictLogAccess
Dim loggedConflictsToBeDeleted As IEnumerable(Of LoggedConflict)

instance.DeleteConflicts(loggedConflictsToBeDeleted)
void DeleteConflicts (
    IEnumerable<LoggedConflict> loggedConflictsToBeDeleted
)
void DeleteConflicts (
    IEnumerable<LoggedConflict^>^ loggedConflictsToBeDeleted
)
void DeleteConflicts (
    IEnumerable<LoggedConflict> loggedConflictsToBeDeleted
)
function DeleteConflicts (
    loggedConflictsToBeDeleted : IEnumerable<LoggedConflict>
)

Parameters

  • loggedConflictsToBeDeleted
    The list of conflicts to be deleted from the log.

Remarks

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.

See Also

Reference

IConflictLogAccess Interface
IConflictLogAccess Members
Microsoft.Synchronization Namespace