Udostępnij przez


ILanguageClient.StopAsync Zdarzenie

Definicja

Zdarzenie asynchroniczne wskazujące programOwi Visual Studio, że serwer powinien zostać zatrzymany przez wysłanie żądania "shutdown" dostawcy LSP. Jeśli serwer nie zostanie uruchomiony, to zdarzenie zostanie zignorowane.

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) 

Typ zdarzenia

Dotyczy