JobDataMap PutAsString Method (String, Double)Quartz.NET API Documentation
Adds the given Double value as a string version to the IJob's data map.

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

public virtual void PutAsString(
	string key,
	double value
)

Parameters

key
Type: System String

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

value
Type: System Double

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

See Also