Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
FSM(TState, TData) Class
FSM(TState, TData) Methods
CancelTimer Method
GoTo Method
Initialize Method
IsTimerActive Method
LogTermination Method
OnTermination Method
OnTransition Method
PostStop Method
Receive Method
SetStateTimeout Method
SetTimer Method
StartWith Method
Stay Method
Stop Method
Transform Method
When Method
WhenUnhandled Method
FSM
TState
,
TData
PostStop Method
Call the
OnTermination(Action
FSMBase
StopEvent
TState, TData
)
hook if you want to retain this behavior. When overriding make sure to call base.PostStop(); Please note that this method is called by default from
PreRestart(Exception, Object)
so override that one if
OnTermination(Action
FSMBase
StopEvent
TState, TData
)
shall not be called during restart.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
protected
override
void
PostStop
()
abstract
PostStop
:
unit
->
unit
override
PostStop
:
unit
->
unit
See Also
Reference
FSM
TState, TData
Class
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET