StringKeyDirtyFlagMap Put Method (String, Char)Quartz.NET API Documentation
Adds the given Char 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,
	char value
)

Parameters

key
Type: System String

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

value
Type: System Char

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

See Also