Click or drag to resize
Akka.NETIStashUnstashAll 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: 1.2.3.42 (1.2.3.42)
Syntax
void UnstashAll(
	Func<Envelope, bool> predicate
)

Parameters

predicate
Type: SystemFuncEnvelope, Boolean
TBD
See Also