Freigeben über


BatchedJoinBlock<T1,T2>.LinkTo Methode

Definition

Verbindet ISourceBlock<TOutput> mit dem angegebenen ITargetBlock<TInput>-Objekt.

public:
 virtual IDisposable ^ LinkTo(System::Threading::Tasks::Dataflow::ITargetBlock<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^> ^> ^ target, System::Threading::Tasks::Dataflow::DataflowLinkOptions ^ linkOptions);
public IDisposable LinkTo (System.Threading.Tasks.Dataflow.ITargetBlock<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions);
abstract member LinkTo : System.Threading.Tasks.Dataflow.ITargetBlock<System.Collections.Generic.IList<'T1> * System.Collections.Generic.IList<'T2>> * System.Threading.Tasks.Dataflow.DataflowLinkOptions -> IDisposable
override this.LinkTo : System.Threading.Tasks.Dataflow.ITargetBlock<System.Collections.Generic.IList<'T1> * System.Collections.Generic.IList<'T2>> * System.Threading.Tasks.Dataflow.DataflowLinkOptions -> IDisposable
Public Function LinkTo (target As ITargetBlock(Of Tuple(Of IList(Of T1), IList(Of T2))), linkOptions As DataflowLinkOptions) As IDisposable

Parameter

target
ITargetBlock<Tuple<IList<T1>,IList<T2>>>

Der ITargetBlock<TInput>, der mit dieser Quelle verbunden werden soll.

linkOptions
DataflowLinkOptions

Eine DataflowLinkOptions-Instanz, die den Link konfiguriert.

Gibt zurück

IDisposable

Ein IDisposable, der nach dem Aufrufen von Dispose, die Quelle vom Ziel trennt.

Implementiert

Ausnahmen

target ist null (Nichts in Visual Basic); oder linkOptions ist null (Nichts in Visual Basic)

Gilt für