ChannelReader<T>.TryPeek(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 d’examiner un élément à partir du canal.
public:
virtual bool TryPeek([Runtime::InteropServices::Out] T % item);
public virtual bool TryPeek (out T item);
abstract member TryPeek : 'T -> bool
override this.TryPeek : 'T -> bool
Public Overridable Function TryPeek (ByRef item As T) As Boolean
Paramètres
- item
- T
Élément peeked, ou valeur par défaut si aucun élément n’a pu être aperçu.
Retours
true
si un élément a été lu ; sinon, false
.