JobStoreSupport InstanceName Property Quartz.NET API Documentation
Get or set the instance Id of the Scheduler (must be unique within this server instance).

Namespace: Quartz.Impl.AdoJobStore
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual string InstanceName { get; set; }

Property Value

Type: String
See Also