次の方法で共有


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

適用対象