 | IInboxable.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)
SyntaxObject ReceiveWhere(
Predicate<Object> predicate
)
abstract ReceiveWhere :
predicate : Predicate<Object> -> Object
Parameters
- predicate
- Type: System.Predicate<Object>
TBD
Return Value
Type:
ObjectTBD
See Also