UntypedActorWithUnboundedStashPostStop Method |
Overridden callback. Prepends all messages in the stash to the mailbox,
clears the stash. Must be called when overriding this method; otherwise stashed messages won't be
propagated to DeadLetters when actor stops.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected override void PostStop()
Protected Overrides Sub PostStop
protected:
virtual void PostStop() override
abstract PostStop : unit -> unit
override PostStop : unit -> unit
See Also