IInstanceIdGenerator Interface

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public interface IInstanceIdGenerator

The IInstanceIdGenerator type exposes the following members.

Methods

  NameDescription
Public methodGenerateInstanceId
Generate the instance id for a IScheduler
Top
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

Reference