ICorProfilerCallback::ThreadDestroyed Method
Notifies the profiler that a thread has been destroyed.
HRESULT ThreadDestroyed(
[in] ThreadID threadId);
Parameters
Parameter | Description |
---|---|
threadId |
[in] The ID of the thread that has been destroyed. |
Remarks
The threadId value is no longer valid at the time of this call.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Version: 2.0