VarIntReaderExtensions.ReadInt16<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 Int16variable.
public static short ReadInt16<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadInt16 : Reader * Orleans.Serialization.WireProtocol.WireType -> int16
<Extension()>
Public Function ReadInt16(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As Short
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.