IdSpanCodec.ReadRaw<TInput>(Reader<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 an IdSpan value from a reader without any field framing.
public static Orleans.Runtime.IdSpan ReadRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadRaw : Reader -> Orleans.Runtime.IdSpan
Public Shared Function ReadRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As IdSpan
Type Parameters
- TInput
The underlying reader input type.
Parameters
- reader
- Reader<TInput>
The reader.
Returns
An IdSpan.