Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.