Condividi tramite


RedisHubLifetimeManager<THub>.SendAllAsync Metodo

Definizione

Invia un messaggio di chiamata a tutte le connessioni hub.

public override System.Threading.Tasks.Task SendAllAsync (string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public override System.Threading.Tasks.Task SendAllAsync (string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
override this.SendAllAsync : string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function SendAllAsync (methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task

Parametri

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