ClientProxyExtensions.SendAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken) |
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore. |
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- arg5
- Object
Quinto argomento.
- arg6
- Object
Sesto argomento.
- arg7
- Object
Settimo argomento.
- arg8
- Object
Ottavo argomento.
- arg9
- Object
Il nono argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta la chiamata asincrona.
Si applica a
SendAsync(IClientProxy, String, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta la chiamata asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta la chiamata asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta la chiamata asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo sulle connessioni rappresentate dall'istanza IClientProxy di . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta la chiamata asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta l'richiamare asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- arg5
- Object
Quinto argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta l'richiamare asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- arg5
- Object
Quinto argomento.
- arg6
- Object
Sesto argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta l'richiamare asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- arg5
- Object
Quinto argomento.
- arg6
- Object
Sesto argomento.
- arg7
- Object
Il settimo argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta l'richiamare asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- arg5
- Object
Quinto argomento.
- arg6
- Object
Sesto argomento.
- arg7
- Object
Il settimo argomento.
- arg8
- Object
L'ottavo argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta l'richiamare asincrona.
Si applica a
SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
- Origine:
- ClientProxyExtensions.cs
Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.
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
Parametri
- clientProxy
- IClientProxy
Il tipo IClientProxy
- method
- String
Nome del metodo da richiamare.
- arg1
- Object
Primo argomento.
- arg2
- Object
Secondo argomento.
- arg3
- Object
Terzo argomento.
- arg4
- Object
Quarto argomento.
- arg5
- Object
Quinto argomento.
- arg6
- Object
Sesto argomento.
- arg7
- Object
Il settimo argomento.
- arg8
- Object
L'ottavo argomento.
- arg9
- Object
Il nono argomento.
- arg10
- Object
Il decimo argomento.
- cancellationToken
- CancellationToken
Token da monitorare per le richieste di annullamento. Il valore predefinito è None.
Restituisce
Oggetto Task che rappresenta l'richiamare asincrona.