ILanguageServerProvider.TryEnableProviderAsync(CancellationToken) 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.
Cette méthode est appelée par Visual Studio pour informer l’extension que le client de langage a été chargé, mais pas encore activé. Visual Studio peut démarrer immédiatement le serveur de langage ou attendre le démarrage de l’action de l’utilisateur.
public System.Threading.Tasks.Task TryEnableProviderAsync (System.Threading.CancellationToken cancellationToken);
abstract member TryEnableProviderAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function TryEnableProviderAsync (cancellationToken As CancellationToken) As Task
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation pour cette tâche asynchrone.
Retours
Suivi Task de l’opération asynchrone.