Click or drag to resize
FSMTState, TDataStay Method
Produce "empty" transition descriptor. Return this from a state function when no state change is to be effected.

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

Return Value

Type: FSMBaseStateTState, TData
Descriptor for staying in the current state.
See Also