Click or drag to resize
Akka.NETIStashClearStash Method
Returns all messages and clears the stash. The stash is guaranteed to be empty afterwards.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IEnumerable<Envelope> ClearStash()

Return Value

Type: IEnumerableEnvelope
TBD
See Also