StringKeyDirtyFlagMapPut Method (String, Int32)

Quartz.NET 3.0 API Documentation
Adds the given Int32 value to the IJob's data map.

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

C#
public virtual void Put(
	string key,
	int value
)

Parameters

key
Type: SystemString

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

value
Type: SystemInt32

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

See Also

Reference