Click or drag to resize
Akka.NETActorsActorMessageUnstash 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.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
void Unstash()
See Also