Click or drag to resize
IStashUnstashAll Method (FuncEnvelope, Boolean)
Unstashes all messages selected by the predicate function. Other messages are discarded. 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
void UnstashAll(
	Func<Envelope, bool> predicate
)

Parameters

predicate
Type: SystemFuncEnvelope, Boolean

[Missing <param name="predicate"/> documentation for "M:Akka.Actor.IStash.UnstashAll(System.Func{Akka.Actor.Envelope,System.Boolean})"]

See Also