ICorProfilerCallback::RuntimeThreadResumed Method

Notifies the profiler that the specified thread has resumed after being suspended.

HRESULT RuntimeThreadResumed(
    [in] ThreadID threadId);

Parameters

  • threadId
    [in] The ID of the thread that has been resumed.

Requirements

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

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorProfilerCallback Interface

ICorProfilerCallback::RuntimeThreadSuspended Method