Click or drag to resize
Akka.NETIInboxableReceive Method (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.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
Object Receive(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan
TBD

Return Value

Type: Object
TBD
See Also