IVsThreadPool Interface

Definição

Gerencia operações em segundo plano no ambiente.

public interface class IVsThreadPool
public interface class IVsThreadPool
__interface IVsThreadPool
[System.Runtime.InteropServices.Guid("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsThreadPool
[<System.Runtime.InteropServices.Guid("615FF0FB-A19B-4BC8-B9AF-372EA191BA46")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsThreadPool = interface
Public Interface IVsThreadPool
Atributos

Métodos

ScheduleTask(UInt32, UInt32, UInt32)

Agenda uma tarefa a ser executada.

ScheduleWaitableTask(UInt32, UInt32, UInt32)

Preterido. Agenda uma tarefa e um identificador para aguardar antes de executar a tarefa.

UnscheduleWaitableTask(UInt32)

Preterido. Remove um identificador e uma tarefa da lista de tarefas de espera.

Aplica-se a