Condividi tramite


HubLifetimeManager<THub>.SendGroupAsync Metodo

Definizione

Invia un messaggio di chiamata al gruppo specificato.

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

Parametri

groupName
String

Nome del gruppo.

methodName
String

Nome del metodo di chiamata.

args
Object[]

Argomenti di chiamata.

cancellationToken
CancellationToken

Token da monitorare per le richieste di annullamento. Il valore predefinito è None.

Restituisce

Oggetto Task che rappresenta l'invio asincrono.

Si applica a