VarIntReaderExtensions.ReadUInt32<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 UInt32variable.
public static uint ReadUInt32<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadUInt32 : Reader * Orleans.Serialization.WireProtocol.WireType -> uint32
<Extension()>
Public Function ReadUInt32(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As UInteger
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.