Click or drag to resize
Akka.NETIStashUnstashAll Method
Overload List
  NameDescription
Public methodUnstashAll
Unstashes all messages by prepending them to the actor's mailbox. The stash is guaranteed to be empty afterwards.
Public methodUnstashAll(FuncEnvelope, Boolean)
Unstashes all messages selected by the predicate function. Other messages are discarded. The stash is guaranteed to be empty afterwards.
Top
See Also