Share via


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()
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.

See Also

Reference

IConflictLogAccess Interface

Microsoft.Synchronization Namespace