The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataflowBlock::LinkTo Method
Links the ISourceBlock<TOutput> to the specified ITargetBlock<TInput>, with or without a filter.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LinkTo<TOutput>(ISourceBlock<TOutput>^, ITargetBlock<TOutput>^) | Links the ISourceBlock<TOutput> to the specified ITargetBlock<TInput>. |
![]() ![]() | LinkTo<TOutput>(ISourceBlock<TOutput>^, ITargetBlock<TOutput>^, DataflowLinkOptions^, Predicate<TOutput>^) | Links the ISourceBlock<TOutput> to the specified ITargetBlock<TInput> using the specified filter. |
![]() ![]() | LinkTo<TOutput>(ISourceBlock<TOutput>^, ITargetBlock<TOutput>^, Predicate<TOutput>^) | Links the ISourceBlock<TOutput> to the specified ITargetBlock<TInput> using the specified filter. |
Show:

