IConflictLogAccess.GetAllConflicts Method
When overridden in a derived class, gets a list that contains all of the conflicts in the log.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Function GetAllConflicts As IEnumerable(Of LoggedConflict)
'Usage
Dim instance As IConflictLogAccess
Dim returnValue As IEnumerable(Of LoggedConflict)
returnValue = instance.GetAllConflicts
IEnumerable<LoggedConflict> GetAllConflicts ()
IEnumerable<LoggedConflict^>^ GetAllConflicts ()
IEnumerable<LoggedConflict> GetAllConflicts ()
function GetAllConflicts () : IEnumerable<LoggedConflict>
Return Value
A list that contains all of the conflicts in the log.
See Also
Reference
IConflictLogAccess Interface
IConflictLogAccess Members
Microsoft.Synchronization Namespace