Click or drag to resize
Akka.NETActorsBarBangGreaterT 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

computation
Type: Microsoft.FSharp.ControlFSharpAsyncT

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

recipient
Type: Akka.ActorICanTell

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

Type Parameters

T

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

See Also