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)
Syntax
'Declaration
Public Function GetAllConflicts As IEnumerable(Of LoggedConflict)
'Usage
Dim instance As MemoryConflictLog
Dim returnValue As IEnumerable(Of LoggedConflict)
returnValue = instance.GetAllConflicts
public IEnumerable<LoggedConflict> GetAllConflicts ()
public:
virtual IEnumerable<LoggedConflict^>^ GetAllConflicts () sealed
public final IEnumerable<LoggedConflict> GetAllConflicts ()
public final function GetAllConflicts () : IEnumerable<LoggedConflict>
Return Value
A list that contains all of the conflicts in the log.
Remarks
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.
See Also
Reference
MemoryConflictLog Class
MemoryConflictLog Members
Microsoft.Synchronization Namespace