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