ClientProxyExtensions.SendAsync Método

Definição

Sobrecargas

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

SendAsync(IClientProxy, String, CancellationToken)

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

SendAsync(IClientProxy, String, Object, CancellationToken)

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do receptor.

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

SendAsync(IClientProxy, String, CancellationToken)

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

SendAsync(IClientProxy, String, Object, CancellationToken)

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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.

Aplica-se a

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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

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

Invoca um método nas conexões representadas pela IClientProxy instância . Não aguarda uma resposta do 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

O IClientProxy

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