ChannelReader<T>.TryRead(T) 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 lire un élément depuis le canal.
public:
abstract bool TryRead([Runtime::InteropServices::Out] T % item);
public abstract bool TryRead (out T item);
abstract member TryRead : 'T -> bool
Public MustOverride Function TryRead (ByRef item As T) As Boolean
Paramètres
- item
- T
Élément de lecture ou valeur par défaut si aucun élément n’a pu être lu.
Retours
true
si un élément a été lu ; sinon, false
.