Click or drag to resize
Akka.NETActorsLessQmarka, Message Operator
Bidirectional send operator. Sends a message object directly to actor tracked by actorRef and awaits for response send back from corresponding actor.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C# does not support this operator.

Parameters

tell
Type: a

[Missing <param name="tell"/> documentation for "M:Akka.FSharp.Actors.op_LessQmark``2(``0,System.Object)"]

msg
Type: SystemObject

[Missing <param name="msg"/> documentation for "M:Akka.FSharp.Actors.op_LessQmark``2(``0,System.Object)"]

Type Parameters

a

[Missing <typeparam name="a"/> documentation for "M:Akka.FSharp.Actors.op_LessQmark``2(``0,System.Object)"]

Message

[Missing <typeparam name="Message"/> documentation for "M:Akka.FSharp.Actors.op_LessQmark``2(``0,System.Object)"]

Return Value

Type: FSharpAsyncMessage

[Missing <returns> documentation for "M:Akka.FSharp.Actors.op_LessQmark``2(``0,System.Object)"]

See Also