ChangeBatch::AddLoggedConflict Method
Adds metadata that represents a conflict to the change batch.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: void AddLoggedConflict( ItemChange^ change, SyncKnowledge^ conflictKnowledge )
Parameters
- change
- Type: Microsoft.Synchronization::ItemChange
Item change metadata for the change that caused the conflict.
- conflictKnowledge
- Type: Microsoft.Synchronization::SyncKnowledge
The conflict knowledge that was saved when the conflict was logged.
| Exception | Condition |
|---|---|
| ArgumentNullException | change or conflictKnowledge is a nullptr. |
| InvalidOperationException |
—or—
|
Show: