Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Notifies the profiler that the runtime has aborted the runtime suspension that was occurring.
HRESULT RuntimeSuspendAborted();
Remarks
The run-time suspension might be aborted if two threads simultaneously attempt to suspend the runtime.
Either the ICorProfilerCallback::RuntimeSuspendFinished callback or the RuntimeSuspendAborted callback will occur on a single thread following a ICorProfilerCallback::RuntimeSuspendStarted callback.
The RuntimeSuspendAborted callback is guaranteed to occur on the same thread as the RuntimeSuspendStarted callback.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0