PipeToSupport..::..PipeTo<(Of <(<'T>)>)> Method
Pipes the output of a Task directly to the [recipient]'s mailbox once
the task completes
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function PipeTo(Of T) ( _ taskToPipe As Task(Of T), _ recipient As ICanTell, _ sender As ActorRef _ ) As Task
[ExtensionAttribute] public: generic<typename T> static Task^ PipeTo( Task<T>^ taskToPipe, ICanTell^ recipient, ActorRef^ sender )
Type Parameters
- T
Parameters
- taskToPipe
- Type: Task<(Of <(<'T>)>)>
- recipient
- Type: Akka.Actor..::..ICanTell
- sender
- Type: Akka.Actor..::..ActorRef