ILanguageClient.StartAsync Événement
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.
Événement asynchrone pour indiquer à Visual Studio que le serveur doit être démarré en appelant ActivateAsync(CancellationToken). Si le serveur est déjà démarré, cet événement est ignoré.
public:
event Microsoft::VisualStudio::Threading::AsyncEventHandler<EventArgs ^> ^ StartAsync;
event Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs> StartAsync;
event Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs>? StartAsync;
member this.StartAsync : Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs>
Event StartAsync As AsyncEventHandler(Of EventArgs)
Type d'événement
Remarques
Cet événement doit être appelé pour démarrer le serveur de langage.