VarIntReaderExtensions.ReadInt32<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 Int32variable.
public static int ReadInt32<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadInt32 : Reader * Orleans.Serialization.WireProtocol.WireType -> int
<Extension()>
Public Function ReadInt32(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As Integer
Paramètres de type
- TInput
Type d’entrée lecteur.
Paramètres
- reader
- Reader<TInput>
Lecteur.
- wireType
- WireType
Type de fil.
Retours
Entier de largeur variable.