FSM<(Of <(<'TS, TD>)>)>..::..GoTo Method
Produce transition to other state. Return this from a state function
in order to effect the transition.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public FSMBase..::..State<TS, TD> GoTo( TS nextStateName )
Public Function GoTo ( _ nextStateName As TS _ ) As FSMBase..::..State(Of TS, TD)
public: FSMBase..::..State<TS, TD>^ GoTo( TS nextStateName )
Parameters
- nextStateName
- Type: TS
State designator for the next state