Partager via


ClientProxyExtensions.InvokeAsync Méthode

Définition

Surcharges

InvokeAsync<T>(ISingleClientProxy, String, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

InvokeAsync<T>(ISingleClientProxy, String, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy 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);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, 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, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, object? arg8, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, 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, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, object? arg7, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, arg7 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, object? arg6, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, arg6 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy 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);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, 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, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, arg2 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Source:
ClientProxyExtensions.cs

Appelle une méthode sur la connexion représentée par le ISingleClientProxy instance et attend une réponse.

public static System.Threading.Tasks.Task<T> InvokeAsync<T> (this Microsoft.AspNetCore.SignalR.ISingleClientProxy clientProxy, string method, object? arg1, object? arg2, object? arg3, object? arg4, object? arg5, System.Threading.CancellationToken cancellationToken);
static member InvokeAsync : Microsoft.AspNetCore.SignalR.ISingleClientProxy * string * obj * obj * obj * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function InvokeAsync(Of T) (clientProxy As ISingleClientProxy, method As String, arg1 As Object, arg2 As Object, arg3 As Object, arg4 As Object, arg5 As Object, cancellationToken As CancellationToken) As Task(Of T)

Paramètres de type

T

Paramètres

clientProxy
ISingleClientProxy

L’ISingleClientProxyopérateur

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<T>

Task qui représente l’appel asynchrone.

S’applique à