JournaledGrain<TGrainState,TEventBase>.ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView 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.
called by adaptor to update the view when entries are appended.
void ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView (TGrainState view, TEventBase entry);
abstract member Orleans.LogConsistency.ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView : 'GrainState * 'EventBase -> unit
override this.Orleans.LogConsistency.ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView : 'GrainState * 'EventBase -> unit
Sub UpdateView (view As TGrainState, entry As TEventBase) Implements ILogViewAdaptorHost(Of TGrainState, TEventBase).UpdateView
Parameters
- view
- TGrainState
log view
- entry
- TEventBase
log entry