Creates the PipeTo pattern for automatically sending the results of completed tasks
into the inbox of a designated Actor
Inheritance Hierarchy
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static class PipeToSupport
<ExtensionAttribute>
Public NotInheritable Class PipeToSupport
[ExtensionAttribute]
public ref class PipeToSupport abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PipeToSupport = class end
The PipeToSupport type exposes the following members.
Methods
| Name | Description |
---|
  | PipeToT |
Pipes the output of a Task directly to the [!:recipient]'s mailbox once
the task completes
|
Top
See Also