Click or drag to resize
Akka.NETAbstractStashClearStash Method
Eliminates the contents of the IStash, and returns the previous contents of the messages.

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

Return Value

Type: IEnumerableEnvelope
Previously stashed messages.

Implements

IStashClearStash
See Also