Partager via


ICorProfilerCallback::RuntimeSuspendAborted, méthode

Avertit le profileur que le runtime a abandonné la suspension de runtime qui était en cours.

Syntaxe

HRESULT RuntimeSuspendAborted();  

Notes

La suspension de runtime peut être abandonnée si deux threads tentent simultanément de suspendre le runtime.

Le rappel ICorProfilerCallback::RuntimeSuspendFinished ou le rappel RuntimeSuspendAborted se produiront sur un seul thread à la suite d’un rappel ICorProfilerCallback::RuntimeSuspendStarted.

Il est garanti que le rappel RuntimeSuspendAborted se produira sur le même thread que le rappel RuntimeSuspendStarted.

Spécifications

Plateformes : Consultez Configuration requise.

En-tête : CorProf.idl, CorProf.h

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible depuis la version 2.0

Voir aussi