Partager via


TransformBlock<TInput,TOutput>.TryReceiveAll Méthode

Définition

Tente de recevoir de façon synchrone tous les éléments disponibles de IReceivableSourceBlock<TOutput>.

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

Paramètres

items
IList<TOutput>

Éléments reçus de la source.

Retours

true si un ou plusieurs éléments peuvent être reçus ; sinon, false.

Implémente

Remarques

Cette méthode ne bloque pas l’attente que la source fournisse un élément.

Elle retourne après avoir vérifié si un élément était disponible ou non.

S’applique à