IdSpanCodec.ReadRaw<TInput>(Reader<TInput>) 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.
Lit une valeur à partir d’un IdSpan lecteur sans cadrage de champ.
public static Orleans.Runtime.IdSpan ReadRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadRaw : Reader -> Orleans.Runtime.IdSpan
Public Shared Function ReadRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As IdSpan
Paramètres de type
- TInput
Type d’entrée de lecteur sous-jacent.
Paramètres
- reader
- Reader<TInput>
Lecteur.
Retours
Élément IdSpan.