Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Synchronize Method

Definition

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.

Implements

Applies to