Click or drag to resize
FSMTState, TDataGoTo Method (TState)
Produce transition to other state. Return this from a state function in order to effect the transition.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public FSMBaseState<TState, TData> GoTo(
	TState nextStateName
)

Parameters

nextStateName
Type: TState
State designator for the next state

Return Value

Type: FSMBaseStateTState, TData
State transition descriptor
See Also