FieldHeaderCodec.ReadFieldHeader 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.
Overloads
ReadFieldHeader<TInput>(Reader<TInput>) |
Reads a field header. |
ReadFieldHeader<TInput>(Reader<TInput>, Field) |
Reads a field header. |
ReadFieldHeader<TInput>(Reader<TInput>)
Reads a field header.
public static Orleans.Serialization.WireProtocol.Field ReadFieldHeader<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadFieldHeader : Reader -> Orleans.Serialization.WireProtocol.Field
<Extension()>
Public Function ReadFieldHeader(Of TInput) (ByRef reader As Reader(Of TInput)) As Field
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
Returns
The field header.
Applies to
ReadFieldHeader<TInput>(Reader<TInput>, Field)
Reads a field header.
public static void ReadFieldHeader<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader, scoped ref Orleans.Serialization.WireProtocol.Field field);
static member ReadFieldHeader : Reader * Field -> unit
<Extension()>
Public Sub ReadFieldHeader(Of TInput) (ByRef reader As Reader(Of TInput), ByRef field As Field)
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
- field
- Field
The field header.