JournaledGrain<TGrainState,TEventBase>.OnTentativeStateChanged 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 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 ()