Share via


IVsThreadPool.UnscheduleWaitableTask Method

Definition

Overloads

UnscheduleWaitableTask(IntPtr)
UnscheduleWaitableTask(UInt32)

Deprecated. Removes a handle and task from the list of waitable tasks.

UnscheduleWaitableTask(IntPtr)

public:
 int UnscheduleWaitableTask(IntPtr hWait);
public int UnscheduleWaitableTask (IntPtr hWait);
abstract member UnscheduleWaitableTask : nativeint -> int
Public Function UnscheduleWaitableTask (hWait As IntPtr) As Integer

Parameters

hWait
IntPtr

nativeint

Returns

Applies to

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();  

Applies to