RedisHubLifetimeManager<THub>.SendConnectionAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie un message d’appel à la connexion spécifiée.
public override System.Threading.Tasks.Task SendConnectionAsync (string connectionId, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default);
public override System.Threading.Tasks.Task SendConnectionAsync (string connectionId, string methodName, object?[] args, System.Threading.CancellationToken cancellationToken = default);
override this.SendConnectionAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function SendConnectionAsync (connectionId As String, methodName As String, args As Object(), Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- connectionId
- String
ID de connexion.
- methodName
- String
Nom de la méthode d’appel.
- args
- Object[]
Arguments d’appel.
- cancellationToken
- CancellationToken
Jeton pour surveiller les requêtes d'annulation. La valeur par défaut est None.
Retours
Task qui représente l'envoi asynchrone.