Click or drag to resize

JobConfigurationAddTypedSettingT Method

Adds a setting with the specified type.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void AddTypedSetting<T>(
	string key,
	T value
)

Parameters

key
Type: SystemString
The name of the setting.
value
Type: T
The value of the setting.

Type Parameters

T
The type of the setting.
See Also