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
呼び出し ID。
- 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
呼び出し ID。
- target
- String
ターゲット メソッド名。
- arguments
- Object[]
ターゲット メソッドの引数。
- streamIds
- String[]
ターゲット メソッドは ID をストリームします。