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