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

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.

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

public interface IInstanceIdGenerator
See Also