DkmWorkListExecutionThread Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |