SchedulerContext Constructor (IDictionaryString, Object)

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 SchedulerContext(
	IDictionary<string, Object> map
)

Parameters

map
Type: System.Collections.GenericIDictionaryString, Object

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

See Also

Reference