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

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void WhenUnhandled(
	FSMTState, TDataStateFunction stateFunction
)

Parameters

stateFunction
Type: Akka.ActorFSMTState, TDataStateFunction
TBD
See Also