HubMethodInvocationMessage Constructeurs

Définition

Surcharges

HubMethodInvocationMessage(String, String, Object[])

Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs

Initialise une nouvelle instance de la classe HubMethodInvocationMessage.

C#
protected HubMethodInvocationMessage (string invocationId, string target, object[] arguments);
C#
protected HubMethodInvocationMessage (string? invocationId, string target, object?[]? arguments);
C#
protected HubMethodInvocationMessage (string? invocationId, string target, object?[] arguments);

Paramètres

invocationId
String

ID d’appel.

target
String

Nom de la méthode cible.

arguments
Object[]

Arguments de méthode cible.

S’applique à

ASP.NET Core 9.0 et autres versions
Produit Versions
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

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

Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs

Initialise une nouvelle instance de la classe HubMethodInvocationMessage.

C#
protected HubMethodInvocationMessage (string invocationId, string target, object[] arguments, string[] streamIds);
C#
protected HubMethodInvocationMessage (string? invocationId, string target, object?[]? arguments, string[]? streamIds);
C#
protected HubMethodInvocationMessage (string? invocationId, string target, object?[] arguments, string[]? streamIds);

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.

S’applique à

ASP.NET Core 9.0 et autres versions
Produit Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0