Freigeben über


IConflictLogAccess.GetAllConflicts-Methode

Ruft, wenn in einer abgeleiteten Klasse überschrieben, eine Liste ab, die alle Konflikte im Protokoll enthält.

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>

Rückgabewert

Eine Liste, die alle Konflikte im Protokoll enthält.

Siehe auch

Verweis

IConflictLogAccess-Schnittstelle
IConflictLogAccess-Member
Microsoft.Synchronization-Namespace