Click or drag to resize
UntypedActorWithBoundedStashPostStop 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.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override void PostStop()
See Also