Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
Notifies the profiler that the runtime has aborted the runtime suspension that was occurring.
Syntax
HRESULT RuntimeSuspendAborted();
Remarks
The runtime 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 System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0