IInstanceIdGenerator InterfaceQuartz.NET API Documentation
An IInstanceIdGenerator is responsible for generating the clusterwide unique instance id for a IScheduler node.

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

public interface IInstanceIdGenerator
Remarks

This interface may be of use to those wishing to have specific control over the mechanism by which the IScheduler instances in their application are named.
See Also