ITriggerJobDataMap Property

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
JobDataMap JobDataMap { get; }

Property Value

Type: JobDataMap
See Also

Reference