Click or drag to resize
Akka.NETFSMTState, TDataStop Method (FSMBaseReason)
Produce change descriptor to stop this FSM actor with the specified FSMBaseReason.

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

Parameters

reason
Type: Akka.ActorFSMBaseReason
Reason why this FSMTState, TData is shutting down.

Return Value

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