Condividi tramite


Metodo ICorProfilerCallback::RuntimeResumeFinished

Notifica al profiler che il runtime ha fatto riprendere tutti i thread in fase di esecuzione e che è tornato al normale funzionamento.

HRESULT RuntimeResumeFinished();

Note

Non è garantito che il callback di RuntimeResumeFinished si verifichi sullo stesso thread del callback di ICorProfilerCallback::RuntimeSuspendStarted. È invece garantito che si verifichi sullo stesso thread del callback di ICorProfilerCallback::RuntimeResumeStarted.

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