Click or drag to resize

JobConfigurationAddSettings Method

Adds the specified settings.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void AddSettings(
	IEnumerable<KeyValuePair<string, string>> settings
)

Parameters

settings
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
The settings. May be .
See Also