JournaledGrain<TGrainState,TEventBase>.ILogViewAdaptorHost<TGrainState,TEventBase>.OnViewChanged 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 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