Click or drag to resize

JobConfigurationRenameStage Method

Renames a stage and updates all references to its name.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void RenameStage(
	StageConfiguration stage,
	string newName
)

Parameters

stage
Type: Ookii.Jumbo.Jet.JobsStageConfiguration
The stage to rename.
newName
Type: SystemString
The new name of the stage.
See Also