MemoryConflictLog::Persist Method
Writes the contents of the conflict log to the conflict log writer specified in the constructor.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
To persist the conflicts stored in the in-memory conflict log, this method calls SaveConflict or SaveConstraintConflict, on the IConflictLogWriter object that was specified in the constructor, one time for each conflict in the log.
Show: