HubLifetimeManager<THub>.SendUsersAsync 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ślonych użytkowników.
public abstract System.Threading.Tasks.Task SendUsersAsync (System.Collections.Generic.IReadOnlyList<string> userIds, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task SendUsersAsync (System.Collections.Generic.IReadOnlyList<string> userIds, string methodName, object?[]? args, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task SendUsersAsync (System.Collections.Generic.IReadOnlyList<string> userIds, string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
abstract member SendUsersAsync : System.Collections.Generic.IReadOnlyList<string> * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function SendUsersAsync (userIds As IReadOnlyList(Of String), methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- userIds
- IReadOnlyList<String>
Identyfikatory użytkowników.
- 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.