次の方法で共有


ILanguageClient.StopAsync イベント

定義

LSP "シャットダウン" 要求を送信してサーバーを停止する必要があることを Visual Studio に示す非同期イベント。 サーバーが起動されていない場合、このイベントは無視されます。

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) 

イベントの種類

適用対象