HostnameInstanceIdGenerator ClassQuartz.NET API Documentation
IInstanceIdGenerator that names the scheduler instance using just the machine hostname.
Inheritance Hierarchy

System Object
  Quartz.Simpl HostNameBasedIdGenerator
    Quartz.Simpl HostnameInstanceIdGenerator

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

public class HostnameInstanceIdGenerator : HostNameBasedIdGenerator
Remarks

This class is useful when you know that your scheduler instance will be the only one running on a particular machine. Each time the scheduler is restarted, it will get the same instance id as long as the machine is not renamed.
See Also