HubMethodInvocationMessage Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
HubMethodInvocationMessage(String, String, Object[]) |
Inicializa uma nova instância da classe HubMethodInvocationMessage. |
HubMethodInvocationMessage(String, String, Object[], String[]) |
Inicializa uma nova instância da classe HubMethodInvocationMessage. |
HubMethodInvocationMessage(String, String, Object[])
Inicializa uma nova instância da classe 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())
Parâmetros
- invocationId
- String
A ID de invocação.
- target
- String
O nome do método de destino.
- arguments
- Object[]
Os argumentos do método de destino.
Aplica-se a
HubMethodInvocationMessage(String, String, Object[], String[])
Inicializa uma nova instância da classe 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())
Parâmetros
- invocationId
- String
A ID de invocação.
- target
- String
O nome do método de destino.
- arguments
- Object[]
Os argumentos do método de destino.
- streamIds
- String[]
Os métodos de destino transmitem IDs.