Click or drag to resize
Akka.NETIInboxableReceive 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.42 (1.2.3.42)
Syntax
Object Receive()

Return Value

Type: Object
TBD
See Also