ClientProxyExtensions.SendAsync Método

Definición

Sobrecargas

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

SendAsync(IClientProxy, String, CancellationToken)

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

SendAsync(IClientProxy, String, Object, CancellationToken)

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

arg5
Object

Quinto argumento.

arg6
Object

Sexto argumento.

arg7
Object

Séptimo argumento.

arg8
Object

Octavo argumento.

arg9
Object

Noveno argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

SendAsync(IClientProxy, String, CancellationToken)

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

SendAsync(IClientProxy, String, Object, CancellationToken)

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

arg5
Object

Quinto argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

arg5
Object

Quinto argumento.

arg6
Object

Sexto argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

arg5
Object

Quinto argumento.

arg6
Object

Sexto argumento.

arg7
Object

Séptimo argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

arg5
Object

Quinto argumento.

arg6
Object

Sexto argumento.

arg7
Object

Séptimo argumento.

arg8
Object

Octavo argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a

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

Invoca un método en las conexiones representadas por la IClientProxy instancia de . No espera una respuesta del receptor.

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

Parámetros

clientProxy
IClientProxy

El IClientProxy

method
String

Nombre del método que se va a invocar.

arg1
Object

Primer argumento.

arg2
Object

Segundo argumento.

arg3
Object

Tercer argumento.

arg4
Object

Cuarto argumento.

arg5
Object

Quinto argumento.

arg6
Object

Sexto argumento.

arg7
Object

Séptimo argumento.

arg8
Object

Octavo argumento.

arg9
Object

El noveno argumento.

arg10
Object

Décimo argumento.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación. El valor predeterminado es None.

Devoluciones

que Task representa la invocación asincrónica.

Se aplica a