Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventInitialize Method

Note: This API is now obsolete.

Verify the existence of initial state and setup timers. Used in PersistentFSMTState, TData, TEvent on recovery.

An initial _currentState -> _currentState notification will be triggered by calling this method.

ReceiveRecover(Object)

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("Removed from API, called internally.")]
protected void Initialize()
See Also