ILanguageClient.StopAsync 事件

定义

异步事件,用于向 Visual Studio 指示应通过发送 LSP“关闭”请求来停止服务器。 如果未启动服务器,则将忽略此事件。

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) 

事件类型

适用于