IMemoryConflictLog::Initialize
Initializes the object by using the specified conflict log access and writer objects.
Initialize must be called before any other methods in the IMemoryConflictLog object.
When a provider does not implement a conflict log, it must specify NULL for both Initialize parameters. When a provider implements its own conflict log but uses the in-memory conflict log during synchronization, it must supply access to its conflict log by specifying an IConflictLogAccess object in pConflictLogReader. The provider must also specify an IConflictLogWriter object pConflictLogWriter, and call Persist after synchronization has completed, to save any new conflicts to the persistent conflict log.
Show: