Click or drag to resize
Akka.NETActorsLessBanga Operator
Unidirectional send operator. Sends a message object directly to actor tracked by actorRef.

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

actorRef
Type: a

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

msg
Type: SystemObject

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

Type Parameters

a

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

See Also