IConflictLogAccess::GetAllConflicts
Gets a list that contains all of the conflicts in the log.
The Sync Framework implementation of this method that is provided by the IMemoryConflictLog object returns a list that contains conflicts from both the in-memory conflict log and the conflict log of the provider, when an IConflictLogAccess object was specified in the call to Initialize. To do this, the in-memory conflict log calls the GetAllConflicts method of the conflict log of the provider.
Show: