Share via


DkmWorkListExecutionThread Enum

Definition

Argument to DkmWorkList.BeginExecution to indicate where the work items in the work list should run.

public enum class DkmWorkListExecutionThread
public enum DkmWorkListExecutionThread
type DkmWorkListExecutionThread = 
Public Enum DkmWorkListExecutionThread
Inheritance
DkmWorkListExecutionThread

Fields

RequestThread 0

Work list items should execute on the main request thread. This is the default value and is equivalent to the behavior before VS 2017 version 15.5.

ThreadPool 1

Work list items should execute on a thread pool thread.

Applies to