TriggerBuilder UsingJobData Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodUsingJobData(JobDataMap)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, Boolean)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, Decimal)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, Double)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, Int32)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, Int64)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, Single)
Add the given key-value pair to the Trigger's JobDataMap.
Public methodUsingJobData(String, String)
Add the given key-value pair to the Trigger's JobDataMap.
Top
See Also