HubConnection.SendCoreAsync(String, Object[], CancellationToken) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wywołuje metodę koncentratora na serwerze przy użyciu określonej nazwy metody i argumentów. Nie czeka na odpowiedź z odbiornika.
public System.Threading.Tasks.Task SendCoreAsync (string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public virtual System.Threading.Tasks.Task SendCoreAsync (string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
member this.SendCoreAsync : string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
abstract member SendCoreAsync : string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SendCoreAsync : string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SendCoreAsync (methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task
Public Overridable Function SendCoreAsync (methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- methodName
- String
Nazwa metody serwera do wywołania.
- args
- Object[]
Argumenty używane do wywoływania metody serwera.
- cancellationToken
- CancellationToken
Token do monitorowania żądań anulowania. Wartość domyślna to None.
Zwraca
Element Task reprezentujący wywołanie asynchroniczne.
Uwagi
Jest to metoda niskiego poziomu do wywoływania metody koncentratora na serwerze.
HubConnectionExtensions
SendAsync
Zalecane jest użycie metody rozszerzenia.