VarIntReaderExtensions.ReadUInt8<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 un objet de largeur Bytevariable.
public static byte ReadUInt8<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadUInt8 : Reader * Orleans.Serialization.WireProtocol.WireType -> byte
<Extension()>
Public Function ReadUInt8(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As Byte
Paramètres de type
- TInput
Type d’entrée de lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
- wireType
- WireType
Type de câble.
Retours
Entier de largeur variable.