QuartzSchedulerResourcesThreadName Property

Quartz.NET 3.0 API Documentation
Get or set the name for the QuartzSchedulerThread.

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual string ThreadName { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentException if name is null or empty.
See Also

Reference