JobBuilder UsingJobData Method (String, Double)Quartz.NET API Documentation
Add the given key-value pair to the JobDetail's JobDataMap.

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

public JobBuilder UsingJobData(
	string key,
	double value
)

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Quartz.JobBuilder.UsingJobData(System.String,System.Double)"]

value
Type: System Double

[Missing <param name="value"/> documentation for "M:Quartz.JobBuilder.UsingJobData(System.String,System.Double)"]

Return Value

Type: JobBuilder
the updated JobBuilder
See Also