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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxFunction Receive As Object
abstract Receive : unit -> Object
Return Value
Type:
Object[Missing <returns> documentation for "M:Akka.Actor.Inboxable.Receive"]
See Also