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.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
Идентификатор вызова.
- target
- String
Имя целевого метода.
- arguments
- Object[]
Аргументы целевого метода.
Применяется к
HubMethodInvocationMessage(String, String, Object[], String[])
- Исходный код:
- 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, 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
Идентификатор вызова.
- target
- String
Имя целевого метода.
- arguments
- Object[]
Аргументы целевого метода.
- streamIds
- String[]
Идентификаторы потоков целевых методов.