Click or drag to resize
Akka.NETInboxasyncReceiveMessage Method
Awaits in async block fora next message sent to the inbox. Returns None if message is incompatible with expected response type.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static FSharpAsync<FSharpOption<Message>> asyncReceive<Message>(
	Inbox i
)

Parameters

i
Type: Akka.ActorInbox

[Missing <param name="i"/> documentation for "M:Akka.FSharp.Inbox.asyncReceive``1(Akka.Actor.Inbox)"]

Type Parameters

Message

[Missing <typeparam name="Message"/> documentation for "M:Akka.FSharp.Inbox.asyncReceive``1(Akka.Actor.Inbox)"]

Return Value

Type: FSharpAsyncFSharpOptionMessage

[Missing <returns> documentation for "M:Akka.FSharp.Inbox.asyncReceive``1(Akka.Actor.Inbox)"]

See Also