JobDataMapGetBooleanValueFromString Method

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

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

C#
public virtual bool GetBooleanValueFromString(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.JobDataMap.GetBooleanValueFromString(System.String)"]

See Also

Reference