MemoryConflictLog::Persist Method

Writes the contents of the conflict log to the conflict log writer specified in the constructor.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
void Persist()

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: