Click or drag to resize
InboxReceive Method
Receive a single message from Receiver actor with default timeout. NOTE: Timeout resolution depends on system's scheduler.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Object Receive()

Return Value

Type: Object

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

Implements

InboxableReceive
Remarks
Don't use this method within actors, since it block current thread until a message is received.
See Also