StringCodec.ReadRaw<TInput>(Reader<TInput>, UInt32) メソッド

定義

生の文字列コンテンツを読み取ります。

public static string ReadRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, uint numBytes);
static member ReadRaw : Reader * uint32 -> string
Public Shared Function ReadRaw(Of TInput) (ByRef reader As Reader(Of TInput), numBytes As UInteger) As String

型パラメーター

TInput

パラメーター

numBytes
UInt32

エンコードされた文字列の長さ (バイト単位)。

戻り値

適用対象