ILanguageClient.StopAsync Event

Definition

Async event to indicate to Visual Studio that the server should be stopped by sending an LSP "shutdown" request. If the server is not started, this event will be ignored.

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) 

Event Type

Applies to