Condividi tramite


ILanguageClient.StopAsync Evento

Definizione

Evento asincrono per indicare a Visual Studio che il server deve essere arrestato inviando una richiesta di arresto LSP.Async event to indicate to Visual Studio that the server should be stopped by sending an LSP "shutdown" request. Se il server non viene avviato, questo evento verrà ignorato.

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 evento

Si applica a