StringKeyDirtyFlagMap GetInt Method Quartz.NET API Documentation
Retrieve the identified Int32 value from the JobDataMap.

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

public virtual int GetInt(
	string key
)

Parameters

key
Type: System String

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

Return Value

Type: Int32

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

See Also