Click or drag to resize
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: 0.8.0.0 (0.8.0.0)
Syntax
public void WhenUnhandled(
	FSMTState, TDataStateFunction stateFunction
)

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