# ILogViewAdaptorHost&lt;TLogView, TLogEntry&gt;.UpdateView(TLogView, TLogEntry)

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

```csharp
public abstract void ILogViewAdaptorHost<TLogView, UpdateView(TLogView view, TLogEntry entry)
```

Implementation of view transitions. Any exceptions thrown will be caught and logged as a warning./&gt;.

### Parameters

- `view` (`TLogView`)
- `entry` (`TLogEntry`)
