StringKeyDirtyFlagMap PutAll Method Quartz.NET 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: 2.2.1.400
Syntax

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

Parameters

map
Type: System.Collections.Generic IDictionary String, Object 

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

See Also