JobBuilder UsingJobData Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodUsingJobData(JobDataMap)
Add all the data from the given JobDataMap to the IJobDetail's JobDataMap.
Public methodUsingJobData(String, Boolean)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Double)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Int32)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Int64)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, Single)
Add the given key-value pair to the JobDetail's JobDataMap.
Public methodUsingJobData(String, String)
Add the given key-value pair to the JobDetail's JobDataMap.
Top
See Also