Returns all messages and clears the stash.
The stash is guaranteed to be empty afterwards.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxIEnumerable<Envelope> ClearStash()
Function ClearStash As IEnumerable(Of Envelope)
IEnumerable<Envelope>^ ClearStash()
abstract ClearStash : unit -> IEnumerable<Envelope>
Return Value
Type:
IEnumerableEnvelope[Missing <returns> documentation for "M:Akka.Actor.IStash.ClearStash"]
See Also