Partilhar via


Interface IVsThreadPool

 

Publicado: abril de 2016

Gerencia operações em segundo plano no ambiente.

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

Sintaxe

[GuidAttribute("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")]
[InterfaceTypeAttribute(1)]
public interface IVsThreadPool
[GuidAttribute("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")]
[InterfaceTypeAttribute(1)]
public interface class IVsThreadPool
[<GuidAttribute("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")>]
[<InterfaceTypeAttribute(1)>]
type IVsThreadPool = interface end
<GuidAttribute("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")>
<InterfaceTypeAttribute(1)>
Public Interface IVsThreadPool

Métodos

Nome Descrição
System_CAPS_pubmethod ScheduleTask(UInt32, UInt32, UInt32)

Agenda a tarefa seja executada.

System_CAPS_pubmethod ScheduleWaitableTask(UInt32, UInt32, UInt32)

Agenda uma tarefa e uma alça para aguardar antes de executar a tarefa.

System_CAPS_pubmethod UnscheduleWaitableTask(UInt32)

Remove uma alça e a tarefa da lista de tarefas waitable.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo