# ILogViewUpdate&lt;TLogEntry&gt;.ConfirmSubmittedEntries

[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 ConfirmSubmittedEntries()
```

Confirm all submitted entries. 

Waits until all previously submitted entries appear in the confirmed prefix of the log.

### Returns

A task that completes after all entries are confirmed.
