다음을 통해 공유


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) 

이벤트 유형

적용 대상