FSM<(Of <(<'TS, TD>)>)>..::..WhenUnhandled Method
Set handler which i called upon reception of unhandled FSM messages. Calling
this method again will overwrite the previous contents.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public void WhenUnhandled( FSM<(Of <(<'TS, TD>)>)>..::..StateFunction stateFunction )
Public Sub WhenUnhandled ( _ stateFunction As FSM<(Of <(<'TS, TD>)>)>..::..StateFunction _ )
public: void WhenUnhandled( FSM<(Of <(<'TS, TD>)>)>..::..StateFunction^ stateFunction )
Parameters
- stateFunction
- Type: Akka.Actor..::..FSM<(Of <(<'TS, TD>)>)>..::..StateFunction