次の方法で共有


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 クラスの新しいインスタンスを初期化します。

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.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

呼び出し ID。

target
String

ターゲット メソッド名。

arguments
Object[]

ターゲット メソッドの引数。

streamIds
String[]

ターゲット メソッドは ID をストリームします。

適用対象