IConflictLogAccess::DeleteConflicts
Removes the specified conflicts from the log.
The Sync Framework implementation of this method that is provided by the IMemoryConflictLog object first attempts to delete the specified conflicts from the in-memory conflict log. When a conflict is not found in the in-memory conflict log, the DeleteConflicts method of the conflict log of the provider is called, if it was specified in the call to Initialize.
Show: