Click or drag to resize
AbstractStashUnstashAll Method (FuncEnvelope, Boolean)

[Missing <summary> documentation for "M:Akka.Actor.Internal.AbstractStash.UnstashAll(System.Func{Akka.Actor.Envelope,System.Boolean})"]

Namespace: Akka.Actor.Internal
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.Internal.AbstractStash.UnstashAll(System.Func{Akka.Actor.Envelope,System.Boolean})"]

Implements

IStashUnstashAll(FuncEnvelope, Boolean)
See Also