ICorProfilerCallback::RuntimeSuspendAborted 메서드
런타임이 발생 중인 런타임 일시 중단을 중단했음을 프로파일러에 알립니다.
구문
HRESULT RuntimeSuspendAborted();
설명
두 개의 스레드가 동시에 런타임 일시 중단을 시도하면 런타임 일시 중단이 중단될 수 있습니다.
ICorProfilerCallback::RuntimeSuspendFinished 콜백 또는 RuntimeSuspendAborted
콜백은 ICorProfilerCallback::RuntimeSuspendStarted 콜백 다음에 단일 스레드에서 발생합니다.
RuntimeSuspendAborted
콜백은 RuntimeSuspendStarted
콜백과 동일한 스레드에서 발생하도록 보장됩니다.
요구 사항
플랫폼:시스템 요구 사항을 참조하세요.
헤더: CorProf.idl, CorProf.h
라이브러리: CorGuids.lib
.NET Framework 버전: 2.0부터 사용 가능
참고 항목
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET