共用方式為


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

調用識別碼。

適用於