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