BatchedJoinBlock<T1,T2,T3>.LinkTo Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Łączy element ISourceBlock<TOutput> z określonym ITargetBlock<TInput> elementem .
public:
virtual IDisposable ^ LinkTo(System::Threading::Tasks::Dataflow::ITargetBlock<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^, System::Collections::Generic::IList<T3> ^> ^> ^ 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>,System.Collections.Generic.IList<T3>>> 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.Collections.Generic.IList<'T3>> * 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.Collections.Generic.IList<'T3>> * System.Threading.Tasks.Dataflow.DataflowLinkOptions -> IDisposable
Public Function LinkTo (target As ITargetBlock(Of Tuple(Of IList(Of T1), IList(Of T2), IList(Of T3))), linkOptions As DataflowLinkOptions) As IDisposable
Parametry
- target
- ITargetBlock<Tuple<IList<T1>,IList<T2>,IList<T3>>>
Element ITargetBlock<TInput> , z którym chcesz połączyć to źródło.
- linkOptions
- DataflowLinkOptions
true
jeśli źródło powinno odłączyć się od miejsca docelowego po pomyślnym propagowaniu pojedynczego komunikatu; false
aby zachować połączenie nawet po propagacji pojedynczego komunikatu.
Zwraca
IDisposable, który po wywołaniu metody Dispose odłączy źródło od miejsca docelowego.
Implementuje
Wyjątki
target
is null
(Nic w Visual Basic) lub linkOptions
is null
(Nic w Visual Basic).