Click or drag to resize
Akka.NETActorspipeToT Method
Pipes 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
public static void pipeTo<T>(
	FSharpAsync<T> computation,
	ICanTell recipient,
	IActorRef sender
)

Parameters

computation
Type: Microsoft.FSharp.ControlFSharpAsyncT

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

recipient
Type: Akka.ActorICanTell

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

sender
Type: Akka.ActorIActorRef

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

Type Parameters

T

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

See Also