共用方式為


RawResult 類別

定義

傳回至 IHubProtocol 實作的類型,讓他們知道要還原序列化的物件應該以所使用的通訊協定格式儲存為原始序列化位元組。

public sealed class RawResult
type RawResult = class
Public NotInheritable Class RawResult
繼承
RawResult

範例

在 Json 中,表示將 ascii {「prop」:10} 的位元組表示儲存為範例。

建構函式

RawResult(ReadOnlySequence<Byte>)

儲存 的原始序列化位元組, Result 以便轉送至另一部伺服器。 會將傳入的位元組複製到內部儲存體。

屬性

RawSerializedData

來自用戶端的原始序列化位元組。

適用於