JournaledGrain<TGrainState,TEventBase>.OnStateChanged 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 after the confirmed state may have changed (i.e. the confirmed version number is larger).
Override this to react to changes of the confirmed state.
protected virtual void OnStateChanged ();
abstract member OnStateChanged : unit -> unit
override this.OnStateChanged : unit -> unit
Protected Overridable Sub OnStateChanged ()