MemoryConflictLog::GetAllConflicts Method

Gets a list that contains all of the conflicts in the log.

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

public:
virtual IEnumerable<LoggedConflict^>^ GetAllConflicts() sealed

Return Value

Type: System.Collections.Generic::IEnumerable<LoggedConflict>
A list that contains all of the conflicts in the log.

Implements

IConflictLogAccess::GetAllConflicts()

This method 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 constructor. To do this, the in-memory conflict log calls the GetAllConflicts method of the conflict log of the provider.

Show: