IMutableTriggerJobDataMap Property

Quartz.NET 3.0 API Documentation
Set the JobDataMap to be associated with the ITrigger.

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

C#
JobDataMap JobDataMap { get; set; }

Property Value

Type: JobDataMap

Implements

ITriggerJobDataMap
See Also

Reference