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

Идентификатор вызова.

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

Идентификатор вызова.

target
String

Имя целевого метода.

arguments
Object[]

Аргументы целевого метода.

streamIds
String[]

Идентификаторы потоков целевых методов.

Применяется к