Share via


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)

Syntax

'Declaration
Public Sub Persist
'Usage
Dim instance As MemoryConflictLog

instance.Persist
public void Persist ()
public:
void Persist ()
public void Persist ()
public function Persist ()

Remarks

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.

See Also

Reference

MemoryConflictLog Class
MemoryConflictLog Members
Microsoft.Synchronization Namespace