GuidCodec.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 the raw GUID content.
public static void WriteRaw<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer, Guid value) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
static member WriteRaw : Writer * Guid -> 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 Guid)
Type Parameters
- TBufferWriter
Parameters
- writer
- Writer<TBufferWriter>
- value
- Guid