![]() | PipeToSupport Class |
Namespace: Akka.Actor
Name | Description | |
---|---|---|
![]() ![]() | PipeTo(Task, ICanTell, IActorRef, Func<Object>, Func<Exception, 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 |
![]() ![]() | PipeTo<T>(Task<T>, ICanTell, IActorRef, Func<T, Object>, Func<Exception, Object>) |
Pipes the output of a Task directly to the recipient's mailbox once
the task completes
|