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