Click or drag to resize
Akka.NETIInboxable.ReceiveWhere Method (Predicate<Object>)
Receive a next message satisfying specified predicate under default timeout.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
Object ReceiveWhere(
	Predicate<Object> predicate
)

Parameters

predicate
Type: System.Predicate<Object>
TBD

Return Value

Type: Object
TBD
See Also