HubInvocationMessage(String) コンストラクター

定義

HubInvocationMessage クラスの新しいインスタンスを初期化します。

protected:
 HubInvocationMessage(System::String ^ invocationId);
protected HubInvocationMessage (string invocationId);
protected HubInvocationMessage (string? invocationId);
new Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage : string -> Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
Protected Sub New (invocationId As String)

パラメーター

invocationId
String

呼び出し ID。

適用対象