Edit

Share via


JournaledGrain<TGrainState,TEventBase>.ILogViewAdaptorHost<TGrainState,TEventBase>.OnViewChanged Method

Definition

called by adaptor on state change.

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

Parameters

tentative
Boolean
confirmed
Boolean

Implements

Applies to