Click or drag to resize
Akka.NETFSM<TState, TData>.Stop Method (FSMBase.Reason)
Produce change descriptor to stop this FSM actor with the specified FSMBase.Reason.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public FSMBase. State<TState, TData> Stop(
	FSMBase. Reason reason
)

Parameters

reason
Type: Akka.Actor.FSMBase.Reason
Reason why this FSM< TState, TData> is shutting down.

Return Value

Type: FSMBase.State<TState, TData>
Descriptor for stopping in the current state.
See Also