Click or drag to resize
Akka.NETActorsLessBangBarT Operator
Pipe operator which sends an output of asynchronous expression directly to the recipients mailbox

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

recipient
Type: Akka.ActorICanTell

[Missing <param name="recipient"/> documentation for "M:Akka.FSharp.Actors.op_LessBangBar``1(Akka.Actor.ICanTell,Microsoft.FSharp.Control.FSharpAsync{``0})"]

computation
Type: Microsoft.FSharp.ControlFSharpAsyncT

[Missing <param name="computation"/> documentation for "M:Akka.FSharp.Actors.op_LessBangBar``1(Akka.Actor.ICanTell,Microsoft.FSharp.Control.FSharpAsync{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.FSharp.Actors.op_LessBangBar``1(Akka.Actor.ICanTell,Microsoft.FSharp.Control.FSharpAsync{``0})"]

See Also