共用方式為


ICorProfilerCallback::RuntimeSuspendAborted 方法

向分析工具告知,執行階段已中止之前發生的執行階段暫止。

HRESULT RuntimeSuspendAborted();

備註

如果兩個執行緒同時嘗試暫止執行階段,則執行階段暫止可能會被中止。

ICorProfilerCallback::RuntimeSuspendFinished 回呼或 RuntimeSuspendAborted 回呼會針對 ICorProfilerCallback::RuntimeSuspendStarted 回呼之後的單一執行緒發生。

RuntimeSuspendAborted 回呼保證會在 RuntimeSuspendStarted 回呼的相同執行緒上發生。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorProf.idl、CorProf.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorProfilerCallback 介面