Condividi tramite


Metodo ICorProfilerCallback::RuntimeSuspendAborted

Notifica al profiler che il runtime ha interrotto la relativa sospensione in corso.

HRESULT RuntimeSuspendAborted();

Note

Tale sospensione può venire interrotta se due thread tentano simultaneamente di sospendere il runtime.

Si verificherà il callback di ICorProfilerCallback::RuntimeSuspendFinished o di RuntimeSuspendAborted su un solo thread dopo un callback di ICorProfilerCallback::RuntimeSuspendStarted.

È garantito che il callback di RuntimeSuspendAborted si verifichi sullo stesso thread del callback di RuntimeSuspendStarted.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorProf.idl, CorProf.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vedere anche

Riferimenti

Interfaccia ICorProfilerCallback