Click or drag to resize

JobConfigurationTryGetSettingT Method

Tries to get a setting with the specified type from the job settings.

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

Parameters

key
Type: SystemString
The name of the setting..
value
Type: T
If the function returns , receives the value of the setting.

Type Parameters

T
The type of the setting.

Return Value

Type: Boolean
if the settings dictionary contained the specified setting; otherwise, .
See Also