Click or drag to resize

BaseJobRunnerApplyJobPropertiesAndSettings Method

Adds the values of properties marked with the JobSettingAttribute to the JobSettings dictionary, applies properties set by the JobOrStageProperties property, and adds settings defined by the JobOrStageSettings property, and .

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected void ApplyJobPropertiesAndSettings(
	JobConfiguration jobConfiguration
)

Parameters

jobConfiguration  JobConfiguration
The job configuration.
See Also