StringCodec.ReadRaw<TInput>(Reader<TInput>, UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
生の文字列コンテンツを読み取ります。
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
パラメーター
- reader
- Reader<TInput>
- numBytes
- UInt32
エンコードされた文字列の長さ (バイト単位)。