PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Synchronize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the latest log view and confirm all submitted entries.
Waits until all previously submitted entries appear in the confirmed prefix of the log, and forces a refresh of the confirmed prefix.
public System.Threading.Tasks.Task Synchronize ();
abstract member Synchronize : unit -> System.Threading.Tasks.Task
override this.Synchronize : unit -> System.Threading.Tasks.Task
Public Function Synchronize () As Task
Returns
A task that completes after getting the latest version and confirming all entries.