Sdílet prostřednictvím


BatchedJoinBlock<T1,T2,T3>.TryReceiveAll Metoda

Definice

Pokusy o synchronní příjem všech dostupných položek z .IReceivableSourceBlock<TOutput>

public:
 virtual bool TryReceiveAll([Runtime::InteropServices::Out] System::Collections::Generic::IList<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^, System::Collections::Generic::IList<T3> ^> ^> ^ % items);
public bool TryReceiveAll (out System.Collections.Generic.IList<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>,System.Collections.Generic.IList<T3>>> items);
public bool TryReceiveAll (out System.Collections.Generic.IList<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>,System.Collections.Generic.IList<T3>>>? items);
abstract member TryReceiveAll : IList -> bool
override this.TryReceiveAll : IList -> bool
Public Function TryReceiveAll (ByRef items As IList(Of Tuple(Of IList(Of T1), IList(Of T2), IList(Of T3)))) As Boolean

Parametry

items
IList<Tuple<IList<T1>,IList<T2>,IList<T3>>>

Položky přijaté ze zdroje.

Návraty

Boolean

true pokud lze obdržet jednu nebo více položek; falsev opačném případě .

Poznámky

Tato metoda neblokuje čekání na poskytnutí položky zdroje.

Vrátí se po kontrole prvků, zda byl prvek k dispozici nebo ne.

Platí pro