StringKeyDirtyFlagMapGetDouble Method

Quartz.NET 3.0 API Documentation
Retrieve the identified Double value from the JobDataMap.

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

C#
public virtual double GetDouble(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Quartz.Util.StringKeyDirtyFlagMap.GetDouble(System.String)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Quartz.Util.StringKeyDirtyFlagMap.GetDouble(System.String)"]

See Also

Reference