Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventWhenUnhandled Method
Set handler which is called upon reception of unhandled FSM messages. Calling this method again will overwrite the previous contents.

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void WhenUnhandled(
	PersistentFSMBaseTState, TData, TEventStateFunction stateFunction
)

Parameters

stateFunction
Type: Akka.Persistence.FsmPersistentFSMBaseTState, TData, TEventStateFunction
TBD
See Also