Click or drag to resize
Akka.NETPersistentFSMBase<TState, TData, TEvent>.OnTermination Method
Set the handler which is called upon termination of this FSM actor. Calling this method again will overwrite the previous contents.

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void OnTermination(
	Action<FSMBase. StopEvent<TState, TData>> terminationHandler
)

Parameters

terminationHandler
Type: System.Action<FSMBase.StopEvent<TState, TData>>
TBD
See Also