StringKeyDirtyFlagMapPutAll Method

Quartz.NET 3.0 API Documentation
Adds the name-value pairs in the given IDictionary to the JobDataMap.

All keys must be Strings, and all values must be serializable.

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

C#
public override void PutAll(
	IDictionary<string, Object> map
)

Parameters

map
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="map"/> documentation for "M:Quartz.Util.StringKeyDirtyFlagMap.PutAll(System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also

Reference