ILanguageClient.StopAsync É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 arrêté en envoyant une demande d’arrêt LSP. Si le serveur n’est pas démarré, cet événement est ignoré.
public:
event Microsoft::VisualStudio::Threading::AsyncEventHandler<EventArgs ^> ^ StopAsync;
event Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs> StopAsync;
event Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs>? StopAsync;
member this.StopAsync : Microsoft.VisualStudio.Threading.AsyncEventHandler<EventArgs>
Event StopAsync As AsyncEventHandler(Of EventArgs)