共用方式為


HubMethodInvocationMessage 建構函式

定義

多載

HubMethodInvocationMessage(String, String, Object[])

初始化 HubMethodInvocationMessage 類別的新執行個體。

HubMethodInvocationMessage(String, String, Object[], String[])

初始化 HubMethodInvocationMessage 類別的新執行個體。

HubMethodInvocationMessage(String, String, Object[])

來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs

初始化 HubMethodInvocationMessage 類別的新執行個體。

protected:
 HubMethodInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments);
protected HubMethodInvocationMessage (string invocationId, string target, object[] arguments);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[]? arguments);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[] arguments);
new Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage : string * string * obj[] -> Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
Protected Sub New (invocationId As String, target As String, arguments As Object())

參數

invocationId
String

調用識別碼。

target
String

目標方法名稱。

arguments
Object[]

目標方法引數。

適用於

HubMethodInvocationMessage(String, String, Object[], String[])

來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs
來源:
HubMethodInvocationMessage.cs

初始化 HubMethodInvocationMessage 類別的新執行個體。

protected:
 HubMethodInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments, cli::array <System::String ^> ^ streamIds);
protected HubMethodInvocationMessage (string invocationId, string target, object[] arguments, string[] streamIds);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[]? arguments, string[]? streamIds);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[] arguments, string[]? streamIds);
new Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage : string * string * obj[] * string[] -> Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
Protected Sub New (invocationId As String, target As String, arguments As Object(), streamIds As String())

參數

invocationId
String

調用識別碼。

target
String

目標方法名稱。

arguments
Object[]

目標方法引數。

streamIds
String[]

目標方法資料流程識別碼。

適用於