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

定義

状態変更時にアダプターによって呼び出されます。

void ILogViewAdaptorHost<TGrainState,TEventBase>.OnViewChanged (bool tentative, bool confirmed);
abstract member Orleans.EventSourcing.ILogViewAdaptorHost<TGrainState,TEventBase>.OnViewChanged : bool * bool -> unit
override this.Orleans.EventSourcing.ILogViewAdaptorHost<TGrainState,TEventBase>.OnViewChanged : bool * bool -> unit
Sub OnViewChanged (tentative As Boolean, confirmed As Boolean) Implements ILogViewAdaptorHost(Of TGrainState, TEventBase).OnViewChanged

パラメーター

tentative
Boolean
confirmed
Boolean

実装

適用対象