InboxReceiveWhere Method (PredicateObject, TimeSpan) |
[Missing <summary> documentation for "M:Akka.Actor.Inbox.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Object ReceiveWhere(
Predicate<Object> predicate,
TimeSpan timeout
)
Public Function ReceiveWhere (
predicate As Predicate(Of Object),
timeout As TimeSpan
) As Object
public:
virtual Object^ ReceiveWhere(
Predicate<Object^>^ predicate,
TimeSpan timeout
) sealed
abstract ReceiveWhere :
predicate : Predicate<Object> *
timeout : TimeSpan -> Object
override ReceiveWhere :
predicate : Predicate<Object> *
timeout : TimeSpan -> Object
Parameters
- predicate
- Type: SystemPredicateObject
[Missing <param name="predicate"/> documentation for "M:Akka.Actor.Inbox.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
- timeout
- Type: SystemTimeSpan
[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Inbox.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Akka.Actor.Inbox.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]
Implements
InboxableReceiveWhere(PredicateObject, TimeSpan)
See Also