HubConnectionHandler<THub>.OnConnectedAsync(ConnectionContext) 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.
Appelé lorsqu’une nouvelle connexion est acceptée au point de terminaison.
public:
override System::Threading::Tasks::Task ^ OnConnectedAsync(Microsoft::AspNetCore::Connections::ConnectionContext ^ connection);
public override System.Threading.Tasks.Task OnConnectedAsync (Microsoft.AspNetCore.Connections.ConnectionContext connection);
override this.OnConnectedAsync : Microsoft.AspNetCore.Connections.ConnectionContext -> System.Threading.Tasks.Task
Public Overrides Function OnConnectedAsync (connection As ConnectionContext) As Task
Paramètres
- connection
- ConnectionContext
Le nouveau ConnectionContext
Retours
Task qui représente la durée de vie de la connexion. Une fois la tâche terminée, la connexion est terminée.