IVsThreadPool Schnittstelle

Definition

Verwaltet Hintergrundvorgänge in der Umgebung.

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
Attribute

Methoden

ScheduleTask(UInt32, UInt32, UInt32)

Plant die Ausführung einer Aufgabe.

ScheduleWaitableTask(UInt32, UInt32, UInt32)

Veraltet. Plant für eine Aufgabe und ein Handle vor dem Ausführen der Aufgabe eine Wartezeit.

UnscheduleWaitableTask(UInt32)

Veraltet. Entfernt ein Handle und eine Aufgabe aus der Liste von Aufgaben mit Wartemöglichkeit.

Gilt für