Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.