次の方法で共有


StreamInvocationMessage コンストラクター

定義

オーバーロード

StreamInvocationMessage(String, String, Object[])

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

StreamInvocationMessage(String, String, Object[], String[])

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

StreamInvocationMessage(String, String, Object[])

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

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

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

パラメーター

invocationId
String

呼び出し ID。

target
String

ターゲット メソッド名。

arguments
Object[]

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

適用対象

StreamInvocationMessage(String, String, Object[], String[])

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

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

public:
 StreamInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments, cli::array <System::String ^> ^ streamIds);
public StreamInvocationMessage (string invocationId, string target, object[] arguments, string[] streamIds);
public StreamInvocationMessage (string invocationId, string target, object?[] arguments, string[]? streamIds);
new Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage : string * string * obj[] * string[] -> Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage
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 をストリームします。

適用対象