Click or drag to resize
InboxableReceiveAsync Method (TimeSpan)

[Missing <summary> documentation for "M:Akka.Actor.Inboxable.ReceiveAsync(System.TimeSpan)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
Task<Object> ReceiveAsync(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Inboxable.ReceiveAsync(System.TimeSpan)"]

Return Value

Type: TaskObject

[Missing <returns> documentation for "M:Akka.Actor.Inboxable.ReceiveAsync(System.TimeSpan)"]

See Also