UntypedActorWithUnboundedStashUnstashAll Method (FuncEnvelope, Boolean) |
Unstashes all messages selected by the predicate function
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void UnstashAll(
Func<Envelope, bool> predicate
)
Public Sub UnstashAll (
predicate As Func(Of Envelope, Boolean)
)
public:
void UnstashAll(
Func<Envelope, bool>^ predicate
)
member UnstashAll :
predicate : Func<Envelope, bool> -> unit
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