Click or drag to resize
Akka.NETIStashUnstash Method
Unstash the oldest message in the stash and prepends it to the actor's mailbox. The message is removed from the stash.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void Unstash()
See Also