Click or drag to resize
IStashClearStash 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: 0.8.0.0 (0.8.0.0)
Syntax
IEnumerable<Envelope> ClearStash()

Return Value

Type: IEnumerableEnvelope

[Missing <returns> documentation for "M:Akka.Actor.IStash.ClearStash"]

See Also