VarIntReaderExtensions.ReadUInt64<TInput> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a variable-width UInt64.
public static ulong ReadUInt64<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, Orleans.Serialization.WireProtocol.WireType wireType);
static member ReadUInt64 : Reader * Orleans.Serialization.WireProtocol.WireType -> uint64
<Extension()>
Public Function ReadUInt64(Of TInput) (ByRef reader As Reader(Of TInput), wireType As WireType) As ULong
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
- wireType
- WireType
The wire type.
Returns
A variable-width integer.