JoinBlock<T1, T2>::LinkTo Method (ITargetBlock<Tuple<T1, T2>^>^, DataflowLinkOptions^)
Links the ISourceBlock<TOutput> to the specified ITargetBlock<TInput> .
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
public: virtual IDisposable^ LinkTo( ITargetBlock<Tuple<T1, T2>^>^ target, DataflowLinkOptions^ linkOptions ) sealed
Parameters
- target
-
Type:
System.Threading.Tasks.Dataflow::ITargetBlock<Tuple<T1, T2>^>^
Links the ISourceBlock<TOutput> to the specified ITargetBlock<TInput> .
- linkOptions
-
Type:
System.Threading.Tasks.Dataflow::DataflowLinkOptions^
A DataflowLinkOptions instance that configures the link.
Return Value
Type: System::IDisposable^An IDisposable that, upon calling Dispose, will unlink the source from the target.
| Exception | Condition |
|---|---|
| ArgumentNullException | target is null (Nothing in Visual Basic) or linkOptions is null (Nothing in Visual Basic). |
Show: