Click or drag to resize
Akka.NETActorsActorMessageUnstashAll Method
Unstashes all messages by prepending them to the actor's mailbox. The stash is guaranteed to be empty afterwards.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void UnstashAll()
See Also