BatchedJoinBlock<T1,T2>.TryReceiveAll Método

Definição

Tentativas de receber síncronicamente todos os itens disponíveis do IReceivableSourceBlock<TOutput>.

public:
 virtual bool TryReceiveAll([Runtime::InteropServices::Out] System::Collections::Generic::IList<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^> ^> ^ % items);
public bool TryReceiveAll(out System.Collections.Generic.IList<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>> items);
public bool TryReceiveAll(out System.Collections.Generic.IList<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>>? 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)))) As Boolean

Parâmetros

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

Os itens recebidos da fonte.

Devoluções

true se um ou mais itens pudessem ser recebidos; caso contrário, false.

Observações

Este método não bloqueia a espera que a fonte forneça um item.

Ele retorna após verificar se há elementos, se um elemento estava disponível ou não.

Aplica-se a