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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void WhenUnhandled(
FSMTState, TDataStateFunction stateFunction
)
Public Sub WhenUnhandled (
stateFunction As FSMTState, TDataStateFunction
)
public:
void WhenUnhandled(
FSMTState, TDataStateFunction^ stateFunction
)
member WhenUnhandled :
stateFunction : FSMTState, TDataStateFunction -> unit
Parameters
- stateFunction
- Type: Akka.ActorFSMTState, TDataStateFunction
[Missing <param name="stateFunction"/> documentation for "M:Akka.Actor.FSM`2.WhenUnhandled(Akka.Actor.FSM{`0,`1}.StateFunction)"]
See Also