IdSpanCodec.WriteRaw<TBufferWriter> 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.
Writes an IdSpan value to the provided writer without field framing.
public static void WriteRaw<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer, Orleans.Runtime.IdSpan value) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
static member WriteRaw : Writer * Orleans.Runtime.IdSpan -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Shared Sub WriteRaw(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As Writer(Of TBufferWriter), value As IdSpan)
Type Parameters
- TBufferWriter
The underlying buffer writer type.
Parameters
- writer
- Writer<TBufferWriter>
The writer.
- value
- IdSpan
The value to write.