MessageFormatterEnumerableTracker.GetToken<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.
Utilisé par le générateur pour affecter un handle à l’élément donné IAsyncEnumerable<T>.
public long GetToken<T>(System.Collections.Generic.IAsyncEnumerable<T> enumerable);
member this.GetToken : System.Collections.Generic.IAsyncEnumerable<'T> -> int64
Public Function GetToken(Of T) (enumerable As IAsyncEnumerable(Of T)) As Long
Paramètres de type
- T
Type de valeur produit par l’énumérable.
Paramètres
- enumerable
- IAsyncEnumerable<T>
Énumérable pour affecter un handle.
Retours
Handle affecté.