JobDataMap Constructor (IDictionary)

Quartz.NET 3.0 API Documentation
Create a JobDataMap with the given data.

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

C#
public JobDataMap(
	IDictionary map
)

Parameters

map
Type: System.CollectionsIDictionary

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

See Also

Reference