AbstractStashUnstashAll Method (FuncEnvelope, Boolean) |
[Missing <summary> documentation for "M:Akka.Actor.Internal.AbstractStash.UnstashAll(System.Func{Akka.Actor.Envelope,System.Boolean})"]
Namespace: Akka.Actor.InternalAssembly: 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:
virtual void UnstashAll(
Func<Envelope, bool>^ predicate
) sealed
abstract UnstashAll :
predicate : Func<Envelope, bool> -> unit
override UnstashAll :
predicate : Func<Envelope, bool> -> unit
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