A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Akka.Actor
IStash Interface
IStash Methods
ClearStash Method
Prepend Method
Stash Method
Unstash Method
UnstashAll Method
IStash
Unstash 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: 0.8.0.0 (0.8.0.0)
Syntax
C#
VB
C++
F#
Copy
void
Unstash
()
Sub
Unstash
void
Unstash
()
abstract
Unstash
:
unit
->
unit
See Also
Reference
IStash Interface
Akka.Actor Namespace