Compartilhar via


HubMethodInvocationMessage Construtores

Definição

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[])

Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs

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[])

Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs
Origem:
HubMethodInvocationMessage.cs

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.

Aplica-se a