ClientProxyExtensions.InvokeAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
InvokeAsync<T>(ISingleClientProxy, String, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- arg5
- Object
O quinto argumento.
- arg6
- Object
O sexto argumento.
- arg7
- Object
O sétimo argumento.
- arg8
- Object
O oitavo argumento.
- arg9
- Object
O nono argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- arg5
- Object
O quinto argumento.
- arg6
- Object
O sexto argumento.
- arg7
- Object
O sétimo argumento.
- arg8
- Object
O oitavo argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
- method
- String
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- arg5
- Object
O quinto argumento.
- arg6
- Object
O sexto argumento.
- arg7
- Object
O sétimo argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- arg5
- Object
O quinto argumento.
- arg6
- Object
O sexto argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- arg5
- Object
O quinto argumento.
- arg6
- Object
O sexto argumento.
- arg7
- Object
O sétimo argumento.
- arg8
- Object
O oitavo argumento.
- arg9
- Object
O nono argumento.
- arg10
- Object
O décimo argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.
Aplica-se a
InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)
- Origem:
- ClientProxyExtensions.cs
Invoca um método na conexão representada pela ISingleClientProxy instância e aguarda uma resposta.
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
O nome do método que será invocado.
- arg1
- Object
O primeiro argumento.
- arg2
- Object
O segundo argumento.
- arg3
- Object
O terceiro argumento.
- arg4
- Object
O quarto argumento.
- arg5
- Object
O quinto argumento.
- cancellationToken
- CancellationToken
O token a se monitorar para solicitações de cancelamento. O valor padrão é None.
Retornos
Um Task que representa a invocação assíncrona.