| FSMTState, 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
)
member WhenUnhandled :
stateFunction : FSMTState, TDataStateFunction -> unit
Parameters
- stateFunction
- Type: Akka.ActorFSMTState, TDataStateFunction
TBD
See Also