InboxableReceiveWhere Method (PredicateObject, TimeSpan) |
Receive a next message satisfying specified predicate under provided timeout.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxObject ReceiveWhere(
Predicate<Object> predicate,
TimeSpan timeout
)
Function ReceiveWhere (
predicate As Predicate(Of Object),
timeout As TimeSpan
) As Object
Object^ ReceiveWhere(
Predicate<Object^>^ predicate,
TimeSpan timeout
)
abstract ReceiveWhere :
predicate : Predicate<Object> *
timeout : TimeSpan -> Object
Parameters
- predicate
- Type: SystemPredicateObject
[Missing <param name="predicate"/> documentation for "M:Akka.Actor.Inboxable.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
- timeout
- Type: SystemTimeSpan
[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Inboxable.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Akka.Actor.Inboxable.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
See Also