Click or drag to resize

TwoStepOperationCreateConfiguration Method

Creates the configuration for this stage.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected override StageConfiguration CreateConfiguration(
	JobBuilderCompiler compiler
)

Parameters

compiler
Type: Ookii.Jumbo.Jet.Jobs.BuilderJobBuilderCompiler
The JobBuilderCompiler.

Return Value

Type: StageConfiguration
The StageConfiguration for the stage.
See Also