| IInboxableReceive Method (TimeSpan) |
Receive a next message from current
IInboxable. This call will return immediately,
if the internal actor previously received a message, or will block for time specified by
timeout until it'll receive a message.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax Object Receive(
TimeSpan timeout
)
abstract Receive :
timeout : TimeSpan -> Object
Parameters
- timeout
- Type: SystemTimeSpan
TBD
Return Value
Type:
ObjectTBD
See Also