Click or drag to resize
InboxableReceiveWhere Method (PredicateObject, TimeSpan)
Receive a next message satisfying specified predicate under provided timeout.

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

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