Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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()
member Persist : unit -> unit
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.