JournaledGrain<TGrainState,TEventBase>.ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView メソッド

定義

エントリが追加されたときにビューを更新するためにアダプターによって呼び出されます。

void ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView (TGrainState view, TEventBase entry);
abstract member Orleans.EventSourcing.ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView : 'GrainState * 'EventBase -> unit
override this.Orleans.EventSourcing.ILogViewAdaptorHost<TGrainState,TEventBase>.UpdateView : 'GrainState * 'EventBase -> unit
Sub UpdateView (view As TGrainState, entry As TEventBase) Implements ILogViewAdaptorHost(Of TGrainState, TEventBase).UpdateView

パラメーター

view
TGrainState

ログ ビュー。

entry
TEventBase

エントリ。

実装

適用対象