IConflictLogAccess.GetConflictsByConflictingItemId 方法

当在派生类中重写时,获取一个列表,该列表包含日志中的所有冲突或仅包含与指定的请求项列表中至少一项发生冲突的冲突。

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

语法

声明
Function GetConflictsByConflictingItemId ( _
    conflictingItems As IEnumerable(Of ItemChange) _
) As IEnumerable(Of LoggedConflict)
用法
Dim instance As IConflictLogAccess
Dim conflictingItems As IEnumerable(Of ItemChange)
Dim returnValue As IEnumerable(Of LoggedConflict)

returnValue = instance.GetConflictsByConflictingItemId(conflictingItems)
IEnumerable<LoggedConflict> GetConflictsByConflictingItemId (
    IEnumerable<ItemChange> conflictingItems
)
IEnumerable<LoggedConflict^>^ GetConflictsByConflictingItemId (
    IEnumerable<ItemChange^>^ conflictingItems
)
IEnumerable<LoggedConflict> GetConflictsByConflictingItemId (
    IEnumerable<ItemChange> conflictingItems
)
function GetConflictsByConflictingItemId (
    conflictingItems : IEnumerable<ItemChange>
) : IEnumerable<LoggedConflict>

参数

  • conflictingItems
    返回列表中的每个冲突均与此列表中指定的项之一冲突。

返回值

一个列表,该列表包含日志中的所有冲突或仅包含与指定的请求项列表中至少一项发生冲突的冲突。

备注

实施者注意事项: 此方法的实现可能只是简单地返回日志中的所有冲突,并且忽略 conflictingItems 指定的请求项的列表。 如果该实现使用 conflictingItems 确定其输出,则它必须返回日志中所有与 conflictingItems 中所列项 ID 或变更单位 ID 冲突的冲突。

请参阅

参考

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