다음을 통해 공유


ICorProfilerCallback::RuntimeSuspendAborted 메서드

런타임이 발생 중인 런타임 일시 중단을 중단했음을 프로파일러에 알립니다.

구문

HRESULT RuntimeSuspendAborted();  

설명

두 개의 스레드가 동시에 런타임 일시 중단을 시도하면 런타임 일시 중단이 중단될 수 있습니다.

ICorProfilerCallback::RuntimeSuspendFinished 콜백 또는 RuntimeSuspendAborted 콜백은 ICorProfilerCallback::RuntimeSuspendStarted 콜백 다음에 단일 스레드에서 발생합니다.

RuntimeSuspendAborted 콜백은 RuntimeSuspendStarted 콜백과 동일한 스레드에서 발생하도록 보장됩니다.

요구 사항

플랫폼:시스템 요구 사항을 참조하세요.

헤더: CorProf.idl, CorProf.h

라이브러리: CorGuids.lib

.NET Framework 버전: 2.0부터 사용 가능

참고 항목