IConflictLogWriter::SaveConflict Method

When overridden in a derived class, saves information about a change that caused a concurrency conflict.

Namespace:  Microsoft.Synchronization
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.

If the change that is represented by this conflict is applied to a replica, conflictingChangeKnowledge must be combined with the knowledge of that replica.

Show: