HubLifetimeManager<THub>.SendUserAsync 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.
Wysyła komunikat wywołania do określonego użytkownika.
public abstract System.Threading.Tasks.Task SendUserAsync (string userId, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task SendUserAsync (string userId, string methodName, object?[]? args, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task SendUserAsync (string userId, string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
abstract member SendUserAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function SendUserAsync (userId As String, methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- userId
- String
Identyfikator użytkownika.
- methodName
- String
Nazwa metody wywołania.
- args
- Object[]
Argumenty wywołania.
- cancellationToken
- CancellationToken
Token do monitorowania żądań anulowania. Wartość domyślna to None.
Zwraca
Element Task reprezentujący wysyłanie asynchroniczne.