HubLifetimeManager<THub>.SendGroupAsync 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ślonej grupy.
public abstract System.Threading.Tasks.Task SendGroupAsync (string groupName, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task SendGroupAsync (string groupName, string methodName, object?[]? args, System.Threading.CancellationToken cancellationToken = default);
public abstract System.Threading.Tasks.Task SendGroupAsync (string groupName, string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
abstract member SendGroupAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function SendGroupAsync (groupName As String, methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- groupName
- String
Nazwa grupy.
- 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.