WriteOnceBlock<T>.IReceivableSourceBlock<T>.TryReceiveAll Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de recevoir de façon synchrone tous les éléments disponibles de IReceivableSourceBlock<TOutput>.
virtual bool System.Threading.Tasks.Dataflow.IReceivableSourceBlock<T>.TryReceiveAll([Runtime::InteropServices::Out] System::Collections::Generic::IList<T> ^ % items) = System::Threading::Tasks::Dataflow::IReceivableSourceBlock<T>::TryReceiveAll;
bool IReceivableSourceBlock<T>.TryReceiveAll (out System.Collections.Generic.IList<T> items);
abstract member System.Threading.Tasks.Dataflow.IReceivableSourceBlock<T>.TryReceiveAll : IList -> bool
override this.System.Threading.Tasks.Dataflow.IReceivableSourceBlock<T>.TryReceiveAll : IList -> bool
Function TryReceiveAll (ByRef items As IList(Of T)) As Boolean Implements IReceivableSourceBlock(Of T).TryReceiveAll
Paramètres
- items
- IList<T>
Éléments reçus de la source.
Retours
true
si un ou plusieurs éléments peuvent être reçus ; sinon, false
.
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.