Condividi tramite


IClientProxy.SendCoreAsync(String, Object[], CancellationToken) Metodo

Definizione

Richiama un metodo nelle connessioni rappresentate dall'istanza IClientProxy . Non attende una risposta dal ricevitore.

public System.Threading.Tasks.Task SendCoreAsync (string method, object[] args, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task SendCoreAsync (string method, object?[]? args, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task SendCoreAsync (string method, object?[] args, System.Threading.CancellationToken cancellationToken = default);
abstract member SendCoreAsync : string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SendCoreAsync (method As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task

Parametri

method
String

Nome del metodo da richiamare.

args
Object[]

Raccolta di argomenti da passare al client.

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