Compartir a través de


ILanguageClient.StopAsync Evento

Definición

Evento asincrónico para indicar a Visual Studio que el servidor debe detenerse enviando una solicitud de "apagado" LSP. Si no se inicia el servidor, este evento se omitirá.

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) 

Tipo de evento

Se aplica a