IVsThreadPool Interface

 

Manages background operations in the environment.

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

[GuidAttribute("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")]
[InterfaceTypeAttribute(1)]
public interface IVsThreadPool

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: