JobThreadOptions Enum

Definition

Specifies the various thread options that can be used for the ThreadBasedJob.

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

Fields

Default 0

Use the default behavior, which is to use a ThreadPoolThread.

UseNewThread 2

Create a new thread everything and reuse.

UseThreadPoolThread 1

Use a thread pool thread.

Applies to