Click or drag to resize
Akka.NETFSMTState, 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: 1.2.3.42 (1.2.3.42)
Syntax
public FSMBaseState<TState, TData> Stay()

Return Value

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