IInboxableReceive Method |
Name | Description | |
---|---|---|
Receive |
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.
| |
Receive(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.
|