IThreadPoolInstanceName Property

Quartz.NET 3.0 API Documentation
Inform the IThreadPool of the Scheduler instance's name, prior to initialize being invoked.

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

C#
string InstanceName { set; }

Property Value

Type: String
See Also

Reference