IVsThreadPool Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodScheduleTask(UInt32, UInt32, UInt32)

Schedules a task to run.

System_CAPS_pubmethodScheduleWaitableTask(UInt32, UInt32, UInt32)

Deprecated. Schedules a task and a handle to wait on before running the task.

System_CAPS_pubmethodUnscheduleWaitableTask(UInt32)

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

Return to top
Show: