| IInboxableReceiveWhere Method (PredicateObject) |
Receive a next message satisfying specified predicate under default timeout.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax Object ReceiveWhere(
Predicate<Object> predicate
)
abstract ReceiveWhere :
predicate : Predicate<Object> -> Object
Parameters
- predicate
- Type: SystemPredicateObject
TBD
Return Value
Type:
ObjectTBD
See Also