Click or drag to resize
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.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
Object Receive(
	TimeSpan timeout
)

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