JobBuilder WithIdentity Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodWithIdentity(String)
Use a JobKey with the given name and default group to identify the JobDetail.
Public methodWithIdentity(JobKey)
Use a JobKey to identify the JobDetail.
Public methodWithIdentity(String, String)
Use a JobKey with the given name and group to identify the JobDetail.
Top
See Also