StringKeyDirtyFlagMap Put Method (String, Boolean)Quartz.NET API Documentation
Adds the given Boolean value to the IJob's data map.

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

public virtual void Put(
	string key,
	bool value
)

Parameters

key
Type: System String

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

value
Type: System Boolean

[Missing <param name="value"/> documentation for "M:Quartz.Util.StringKeyDirtyFlagMap.Put(System.String,System.Boolean)"]

See Also