Share via


IConflictLogAccess.GetAllConflicts 方法

在派生类中重写时,获取包含日志中所有冲突的列表。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Function GetAllConflicts As IEnumerable(Of LoggedConflict)
用法
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>

返回值

包含日志中所有冲突的列表。

请参阅

参考

IConflictLogAccess 接口
IConflictLogAccess 成员
Microsoft.Synchronization 命名空间