# ILogViewUpdate&lt;TLogEntry&gt;.Synchronize

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogviewupdate-1/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogviewupdate-1/methods/)

```csharp
public abstract Task Synchronize()
```

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.

### Returns

A task that completes after getting the latest version and confirming all entries.
