JournaledGrain<TGrainState,TEventBase>.OnTentativeStateChanged Method

Definition

Called whenever the tentative state may have changed due to local or remote events.

Override this to react to changes of the state.

protected virtual void OnTentativeStateChanged ();
abstract member OnTentativeStateChanged : unit -> unit
override this.OnTentativeStateChanged : unit -> unit
Protected Overridable Sub OnTentativeStateChanged ()

Applies to