Click or drag to resize
Akka.NETIInboxableReceiveWhere Method (PredicateObject)
Receive a next message satisfying specified predicate under default timeout.

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

Parameters

predicate
Type: SystemPredicateObject
TBD

Return Value

Type: Object
TBD
See Also