INotifyingChangeApplierTarget::SaveConflict Method
When overridden in a derived class, saves information about a change that caused a conflict.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
void SaveConflict(
ItemChange^ conflictingChange,
Object^ conflictingChangeData,
SyncKnowledge^ conflictingChangeKnowledge
)
Parameters
- conflictingChange
- Type: Microsoft.Synchronization::ItemChange
The item metadata for the conflicting change.
- conflictingChangeData
- Type: System::Object
The item data for the conflicting change.
- conflictingChangeKnowledge
- Type: Microsoft.Synchronization::SyncKnowledge
The knowledge to be learned if this change is applied. This must be saved with the change.
Show: