Share via


ICorProfilerCallback::RuntimeSuspendAborted Method

Notifies the profiler that the runtime has aborted the run-time 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 Method callback or the RuntimeSuspendAborted callback will occur on a single thread following a ICorProfilerCallback::RuntimeSuspendStarted Method callback.

The RuntimeSuspendAborted callback is guaranteed to occur on the same thread as the ICorProfilerCallback::RuntimeSuspendStarted Method callback.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorProfilerCallback Interface