| MailboxCleanUp 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()
abstract CleanUp : unit -> unit
override CleanUp : unit -> unit
See Also