InboxReceiveAsync Method (TimeSpan) |
[Missing <summary> documentation for "M:Akka.Actor.Inbox.ReceiveAsync(System.TimeSpan)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Task<Object> ReceiveAsync(
TimeSpan timeout
)
Public Function ReceiveAsync (
timeout As TimeSpan
) As Task(Of Object)
public:
virtual Task<Object^>^ ReceiveAsync(
TimeSpan timeout
) sealed
abstract ReceiveAsync :
timeout : TimeSpan -> Task<Object>
override ReceiveAsync :
timeout : TimeSpan -> Task<Object>
Parameters
- timeout
- Type: SystemTimeSpan
[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Inbox.ReceiveAsync(System.TimeSpan)"]
Return Value
Type:
TaskObject[Missing <returns> documentation for "M:Akka.Actor.Inbox.ReceiveAsync(System.TimeSpan)"]
Implements
InboxableReceiveAsync(TimeSpan)
See Also