QuartzSchedulerResourcesInstanceId Property

Quartz.NET 3.0 API Documentation
Get or set the instance Id for the QuartzScheduler.

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

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

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentException if name is null or empty.
See Also

Reference