Click or drag to resize
InboxableReceive Method
Overload List
  NameDescription
Public methodReceive
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.
Public methodReceive(TimeSpan)
Receive a next message from current Inboxable. This call will return immediately, if the internal actor previously received a message, or will block for time specified by timeout until it'll receive a message.
Top
See Also