Click or drag to resize
Akka.NETInboxReceiveWhere Method (PredicateObject, TimeSpan)
TBD

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

Parameters

predicate
Type: SystemPredicateObject
TBD
timeout
Type: SystemTimeSpan
TBD

Return Value

Type: Object
TBD

Implements

IInboxableReceiveWhere(PredicateObject, TimeSpan)
Exceptions
ExceptionCondition
TimeoutException This exception is thrown if the inbox received a StatusFailure response message or it didn't receive a response message by the given timeout .
See Also