IVsThreadPool::UnscheduleWaitableTask Method (UInt32)
Visual Studio 2015
Deprecated. Removes a handle and task from the list of waitable tasks.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- hWait
-
Type:
System::UInt32
[in] HANDLE to remove.
From vsshell80.idl:
HRESULT IVsThreadPool::UnscheduleWaitableTask();
Show: