Click or drag to resize
InboxableReceive Method
Receive a next message from current Inboxable 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: 0.8.0.0 (0.8.0.0)
Syntax
Object Receive()

Return Value

Type: Object

[Missing <returns> documentation for "M:Akka.Actor.Inboxable.Receive"]

See Also