HubMethodInvocationMessage Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HubMethodInvocationMessage(String, String, Object[]) |
Initialise une nouvelle instance de la classe HubMethodInvocationMessage. |
HubMethodInvocationMessage(String, String, Object[], String[]) |
Initialise une nouvelle instance de la classe HubMethodInvocationMessage. |
HubMethodInvocationMessage(String, String, Object[])
Initialise une nouvelle instance de la 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())
Paramètres
- invocationId
- String
ID d’appel.
- target
- String
Nom de la méthode cible.
- arguments
- Object[]
Arguments de méthode cible.
S’applique à
HubMethodInvocationMessage(String, String, Object[], String[])
Initialise une nouvelle instance de la 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())
Paramètres
- invocationId
- String
ID d’appel.
- target
- String
Nom de la méthode cible.
- arguments
- Object[]
Arguments de méthode cible.
- streamIds
- String[]
Les méthodes cibles diffusent des ID.