共用方式為


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) 

事件類型

適用於