共用方式為


ICorProfilerCallback::RuntimeSuspendAborted 方法

通知分析工具執行階段中止發生的執行階段暫止。

語法

HRESULT RuntimeSuspendAborted();  

備註

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

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

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

規格需求

平台:請參閱系統需求

標頭: CorProf.idl、CorProf.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起可用

另請參閱