Condividi tramite


HubMethodInvocationMessage Costruttori

Definizione

Overload

HubMethodInvocationMessage(String, String, Object[])

Inizializza una nuova istanza della classe HubMethodInvocationMessage.

HubMethodInvocationMessage(String, String, Object[], String[])

Inizializza una nuova istanza della classe HubMethodInvocationMessage.

HubMethodInvocationMessage(String, String, Object[])

Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs

Inizializza una nuova istanza della 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())

Parametri

invocationId
String

ID chiamata.

target
String

Nome del metodo di destinazione.

arguments
Object[]

Argomenti del metodo di destinazione.

Si applica a

HubMethodInvocationMessage(String, String, Object[], String[])

Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs
Origine:
HubMethodInvocationMessage.cs

Inizializza una nuova istanza della 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())

Parametri

invocationId
String

ID chiamata.

target
String

Nome del metodo di destinazione.

arguments
Object[]

Argomenti del metodo di destinazione.

streamIds
String[]

ID del flusso dei metodi di destinazione.

Si applica a