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: 2.0.0
Syntax
protected void ApplyJobPropertiesAndSettings(
	JobConfiguration jobConfiguration
)

Parameters

jobConfiguration
Type: Ookii.Jumbo.Jet.JobsJobConfiguration
The job configuration.
See Also