Click or drag to resize
UntypedActorWithUnboundedStashUnstashAll Method (FuncEnvelope, Boolean)
Unstashes all messages selected by the predicate function

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void UnstashAll(
	Func<Envelope, bool> predicate
)

Parameters

predicate
Type: SystemFuncEnvelope, Boolean

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

See Also