InboxableReceive Method (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.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxObject Receive(
TimeSpan timeout
)
Function Receive (
timeout As TimeSpan
) As Object
Object^ Receive(
TimeSpan timeout
)
abstract Receive :
timeout : TimeSpan -> Object
Parameters
- timeout
- Type: SystemTimeSpan
[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Inboxable.Receive(System.TimeSpan)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Akka.Actor.Inboxable.Receive(System.TimeSpan)"]
See Also