ITrigger JobDataMap Property Quartz.NET API Documentation
Get or set the JobDataMap that is associated with the ITrigger.

Changes made to this map during job execution are not re-persisted, and in fact typically result in an illegal state.

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

JobDataMap JobDataMap { get; }

Property Value

Type: JobDataMap
See Also