Click or drag to resize
Akka.NETFSMTState, TDataGoTo Method
Overload List
  NameDescription
Public methodGoTo(TState)
Produce transition to other state. Return this from a state function in order to effect the transition.
Public methodGoTo(TState, TData) Obsolete.
Obsolete. Use GoTo(nextStateName).Using(stateData) instead.
Top
See Also