JobDataMap Constructor (IDictionary)Quartz.NET API Documentation
Create a JobDataMap with the given data.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public JobDataMap(
	IDictionary map
)

Parameters

map
Type: System.Collections IDictionary

[Missing <param name="map"/> documentation for "M:Quartz.JobDataMap.#ctor(System.Collections.IDictionary)"]

See Also