JobBuilderUsingJobData Method (String, String)

Quartz.NET 3.0 API Documentation
Add the given key-value pair to the JobDetail's JobDataMap.

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

C#
public JobBuilder UsingJobData(
	string key,
	string value
)

Parameters

key
Type: SystemString

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

value
Type: SystemString

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

Return Value

Type: JobBuilder
the updated JobBuilder
See Also

Reference