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

Return Value

Type: Object
TBD

Implements

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