Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Saves a conflict for later conflict resolution or propagation.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub LogConflict ( _
conflictingChange As ItemChange, _
itemData As String, _
knowledge As SyncKnowledge _
)
'Usage
Dim instance As FeedBuilder
Dim conflictingChange As ItemChange
Dim itemData As String
Dim knowledge As SyncKnowledge
instance.LogConflict(conflictingChange, itemData, knowledge)
public void LogConflict (
ItemChange conflictingChange,
string itemData,
SyncKnowledge knowledge
)
public:
void LogConflict (
ItemChange^ conflictingChange,
String^ itemData,
SyncKnowledge^ knowledge
)
public void LogConflict (
ItemChange conflictingChange,
String itemData,
SyncKnowledge knowledge
)
public function LogConflict (
conflictingChange : ItemChange,
itemData : String,
knowledge : SyncKnowledge
)
Parameters
- conflictingChange
The change that caused the conflict.
- itemData
The item data in XML format.
- knowledge
The knowledge to be learned if the conflicting change is applied. This must be logged with the conflicting change.
Remarks
This method helps a provider implement its SaveConflict method.
See Also
Reference
FeedBuilder Class
FeedBuilder Members
Microsoft.Synchronization.FeedSync Namespace