HubMethodInvocationMessage 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
HubMethodInvocationMessage(String, String, Object[]) |
初始化 HubMethodInvocationMessage 類別的新執行個體。 |
HubMethodInvocationMessage(String, String, Object[], String[]) |
初始化 HubMethodInvocationMessage 類別的新執行個體。 |
HubMethodInvocationMessage(String, String, Object[])
初始化 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 類別的新執行個體。
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[]
目標方法資料流程識別碼。