Click or drag to resize
Akka.NETIInboxableReceive Method
Overload List
  NameDescription
Public methodReceive
Receive a next message from current IInboxable 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 IInboxable. 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