Share via


SerializedHubMessage.GetSerializedMessage(IHubProtocol) 方法

定義

使用指定的 IHubProtocol 取得 的 HubMessage 序列化表示。

public:
 ReadOnlyMemory<System::Byte> GetSerializedMessage(Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^ protocol);
public ReadOnlyMemory<byte> GetSerializedMessage (Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol protocol);
member this.GetSerializedMessage : Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol -> ReadOnlyMemory<byte>
Public Function GetSerializedMessage (protocol As IHubProtocol) As ReadOnlyMemory(Of Byte)

參數

protocol
IHubProtocol

用來建立序列化標記法的通訊協定。

傳回

HubMessage 序列化表示。

適用於