Click or drag to resize
Akka.NETMailboxCleanUp Method
Overrideable callback to clean up the mailbox, called when an actor is unregistered. By default it dequeues all system messages + messages and ships them to the owning actor's systems' DeadLetterMailbox.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual void CleanUp()
See Also