ClientProxyExtensions.SendAsync Méthode

Définition

Surcharges

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, object? arg9, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, arg8 As Object, arg9 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

arg5
Object

Cinquième argument.

arg6
Object

Sixième argument.

arg7
Object

Septième argument.

arg8
Object

Huitième argument.

arg9
Object

Neuvième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas une réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas de réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas de réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

arg5
Object

Cinquième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas de réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

arg5
Object

Cinquième argument.

arg6
Object

Sixième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas de réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

arg5
Object

Cinquième argument.

arg6
Object

Sixième argument.

arg7
Object

Septième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas de réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, arg8 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

arg5
Object

Cinquième argument.

arg6
Object

Sixième argument.

arg7
Object

Septième argument.

arg8
Object

Huitième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la ou les connexions représentées par le IClientProxy instance. N’attend pas de réponse du récepteur.

public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task SendAsync (this Microsoft.AspNetCore.SignalR.IClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, object? arg9, object? arg10, System.Threading.CancellationToken cancellationToken = default);
static member SendAsync : Microsoft.AspNetCore.SignalR.IClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendAsync (clientProxy As IClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, arg8 As Object, arg9 As Object, arg10 As Object, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

clientProxy
IClientProxy

IClientProxy.

method
String

Nom de la méthode à appeler.

arg1
Object

Le premier argument.

arg2
Object

Le deuxième argument.

arg3
Object

Troisième argument.

arg4
Object

Quatrième argument.

arg5
Object

Cinquième argument.

arg6
Object

Sixième argument.

arg7
Object

Septième argument.

arg8
Object

Huitième argument.

arg9
Object

Neuvième argument.

arg10
Object

Dixième argument.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.

Retours

Task qui représente l’appel asynchrone.

S’applique à