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
- Исходный код:
- 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
- Исходный код:
- 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[]
Идентификаторы потоков целевых методов.