IDkmTaskProvider165 Interface

Definition

Interface implemented by the task provider component to obtain information about tasks asynchronously. This interface is subject to change in future versions of Visual Studio.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId, RuntimeId, SourceId, TaskProviderId.

This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).

public interface class IDkmTaskProvider165
public interface IDkmTaskProvider165
type IDkmTaskProvider165 = interface
Public Interface IDkmTaskProvider165

Methods

GetTasksAsync(DkmTaskProviderOperationContext, DkmWorkList, DkmCompletionRoutine<DkmGetTasksAsyncResult>)

Enumerates the current set of tasks running in the target process.

Applies to