Table of Contents

Class ThreadPoolOptions

Namespace
Quartz
Assembly
Quartz.dll

Strongly typed configuration for the scheduler's thread pool.

public sealed class ThreadPoolOptions
Inheritance
ThreadPoolOptions
Inherited Members

Remarks

Binds from the ThreadPool section of the Quartz configuration, and is the typed replacement for the quartz.threadPool.* property keys.

Fields

DefaultMaxConcurrency

The default value for MaxConcurrency.

public const int DefaultMaxConcurrency = 10

Field Value

int

Properties

MaxConcurrency

The maximum number of jobs that may execute in parallel.

public int MaxConcurrency { get; set; }

Property Value

int