Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
When implemented by a derived class, represents a writer that saves conflicts to a conflict log.
Syntax
interface IConflictLogWriter : IUnknown
Members
IConflictLogWriter method |
Description |
|---|---|
Saves information about a change that caused a concurrency conflict. |
|
Saves information about a change that caused a constraint conflict. |
Remarks
The implementation of IMemoryConflictLog that is provided by Sync Framework uses an IConflictLogWriter interface to save conflicts to a persistent conflict log when IMemoryConflictLog::Persist is called.
The IConflictLogWriter method signatures exactly match those of the ISynchronousNotifyingChangeApplierTarget::SaveConflict and ISynchronousNotifyingChangeApplierTarget2::SaveConstraintConflict methods so that a destination provider can use the same implementation for all of these interfaces.
Requirements
Header: Synchronization.h