JobDataMap Constructor Quartz.NET API Documentation
Overload List

  NameDescription
Public methodJobDataMap 
Create an empty JobDataMap.
Public methodJobDataMap(IDictionary String, Object )
Create a JobDataMap with the given data.
Public methodJobDataMap(IDictionary)
Create a JobDataMap with the given data.
Protected methodJobDataMap(SerializationInfo, StreamingContext)
Serialization constructor.
Top
See Also