 | PersistentFSMBase<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)
Syntaxpublic void OnTermination(
Action<FSMBase. StopEvent<TState, TData>> terminationHandler
)
member OnTermination :
terminationHandler : Action<FSMBase. StopEvent<'TState, 'TData>> -> unit
Parameters
- terminationHandler
- Type: System.Action<FSMBase.StopEvent<TState, TData>>
TBD
See Also