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.42 (1.2.3.42)
Syntax
void Unstash()
See Also