ClientProxyExtensions.InvokeAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
InvokeAsync<T>(ISingleClientProxy, String, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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.
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)
- Source:
- ClientProxyExtensions.cs
Invoca un método en la conexión representada por la ISingleClientProxy instancia y espera una respuesta.
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)
Parámetros de tipo
- T
Parámetros
- clientProxy
- ISingleClientProxy
- 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.