TriggerBuilder WithIdentity Method Quartz.NET API Documentation
Overload List

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