PipeToSupport Class |
Namespace: Akka.Actor
Name | Description | |
---|---|---|
PipeTo(Task, ICanTell, IActorRef, FuncObject, FuncException, Object) |
Pipes the output of a Task directly to the recipient's mailbox once
the task completes. As this task has no result, only exceptions will be piped to the recipient | |
PipeToT(TaskT, ICanTell, IActorRef, FuncT, Object, FuncException, Object) |
Pipes the output of a Task directly to the recipient's mailbox once
the task completes
|