Click or drag to resize
InboxReceiveWhere Method (PredicateObject, TimeSpan)

[Missing <summary> documentation for "M:Akka.Actor.Inbox.ReceiveWhere(System.Predicate{System.Object},System.TimeSpan)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Object ReceiveWhere(
	Predicate<Object> predicate,
	TimeSpan timeout
)

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