ILanguageClient.StopAsync Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)