JobDataMap Constructor (IDictionary String, Object )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<string, Object> map
)

Parameters

map
Type: System.Collections.Generic IDictionary String, Object 

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

See Also