Condividi tramite


RedisHubLifetimeManager<THub>.SendAllExceptAsync Metodo

Definizione

Invia un messaggio di chiamata a tutte le connessioni hub escluse le connessioni specificate.

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

Parametri

methodName
String

Nome del metodo di chiamata.

args
Object[]

Argomenti di chiamata.

excludedConnectionIds
IReadOnlyList<String>

Raccolta di ID di connessione da escludere.

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