Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()
abstract GetAllConflicts : unit -> IEnumerable<LoggedConflict>
function GetAllConflicts() : IEnumerable<LoggedConflict>
Return Value
Type: System.Collections.Generic.IEnumerable<LoggedConflict>
A list that contains all of the conflicts in the log.