次の方法で共有


InvocationMessage コンストラクター

定義

オーバーロード

InvocationMessage(String, Object[])

InvocationMessage クラスの新しいインスタンスを初期化します。

InvocationMessage(String, String, Object[])

InvocationMessage クラスの新しいインスタンスを初期化します。

InvocationMessage(String, String, Object[], String[])

InvocationMessage クラスの新しいインスタンスを初期化します。

InvocationMessage(String, Object[])

ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs

InvocationMessage クラスの新しいインスタンスを初期化します。

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

パラメーター

target
String

ターゲット メソッド名。

arguments
Object[]

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

適用対象

InvocationMessage(String, String, Object[])

ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs

InvocationMessage クラスの新しいインスタンスを初期化します。

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

パラメーター

invocationId
String

呼び出し ID。

target
String

ターゲット メソッド名。

arguments
Object[]

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

適用対象

InvocationMessage(String, String, Object[], String[])

ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs
ソース:
HubMethodInvocationMessage.cs

InvocationMessage クラスの新しいインスタンスを初期化します。

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

パラメーター

invocationId
String

呼び出し ID。

target
String

ターゲット メソッド名。

arguments
Object[]

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

streamIds
String[]

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

適用対象