UntypedActorWithUnboundedStash..::..UnstashAll Method (Func<(Of <(<'Envelope, Boolean>)>)>)

Unstashes all messages selected by the predicate function

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public void UnstashAll(
	Func<Envelope, bool> predicate
)
Public Sub UnstashAll ( _
	predicate As Func(Of Envelope, Boolean) _
)
public:
void UnstashAll(
	Func<Envelope^, bool^>^ predicate
)

Parameters

predicate
Type: Func<(Of <(<'Envelope, Boolean>)>)>