Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the callback interface for scheduling threads for non-runtime tasks that would otherwise be blocked for a garbage collection.
HRESULT SetGCThreadControl (
[in] IGCThreadControl* pGCThreadControl
);
Parameters
- pGCThreadControl
[in] A pointer to an IGCThreadControl object that notifies the host about the suspension of threads for non-runtime tasks.
Remarks
The host may choose within the IGCThreadControl::ThreadIsBlockingForSuspension callback whether to reschedule a thread.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Version: 2.0