FieldHeaderCodec.ReadFieldHeaderForAnalysis<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 field header for diagnostic purposes.
public static (Orleans.Serialization.WireProtocol.Field Field, string Type) ReadFieldHeaderForAnalysis<TInput> (this ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadFieldHeaderForAnalysis : Reader -> ValueTuple<Orleans.Serialization.WireProtocol.Field, string>
<Extension()>
Public Function ReadFieldHeaderForAnalysis(Of TInput) (ByRef reader As Reader(Of TInput)) As ValueTuple(Of Field, String)
Type Parameters
- TInput
The reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
Returns
The value which was read.