| 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: 1.2.3.42 (1.2.3.42)
Syntax void UnstashAll(
Func<Envelope, bool> predicate
)
abstract UnstashAll :
predicate : Func<Envelope, bool> -> unit
Parameters
- predicate
- Type: SystemFuncEnvelope, Boolean
TBD
See Also