IVsThreadPool Members
Include Protected Members
Include Inherited Members
Manages background operations in the environment.
The IVsThreadPool type exposes the following members.
Methods
Name | Description | |
---|---|---|
ScheduleTask | Schedules a task to run. | |
ScheduleWaitableTask | Schedules a task and a handle to wait on before running the task. | |
UnscheduleWaitableTask | Removes a handle and task from the list of waitable tasks. |
Top