IVsThreadPool.UnscheduleWaitableTask Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UnscheduleWaitableTask(IntPtr) | |
UnscheduleWaitableTask(UInt32) |
Deprecated. Removes a handle and task from the list of waitable tasks. |
UnscheduleWaitableTask(IntPtr)
UnscheduleWaitableTask(UInt32)
Deprecated. Removes a handle and task from the list of waitable tasks.
public:
int UnscheduleWaitableTask(System::UInt32 hWait);
public:
int UnscheduleWaitableTask(unsigned int hWait);
int UnscheduleWaitableTask(unsigned int hWait);
public int UnscheduleWaitableTask (uint hWait);
abstract member UnscheduleWaitableTask : uint32 -> int
Public Function UnscheduleWaitableTask (hWait As UInteger) As Integer
Parameters
- hWait
- UInt32
[in] HANDLE to remove.
Returns
Returns E_NOTIMPL.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsThreadPool::UnscheduleWaitableTask();