Click or drag to resize

IDataInputNotifyAddedToStage Method

Notifies the data input that it has been added to a stage.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
void NotifyAddedToStage(
	StageConfiguration stage
)

Parameters

stage
Type: Ookii.Jumbo.Jet.JobsStageConfiguration
The stage configuration of the stage.
Remarks

Implement this method if you want to add any setting to the stage. Keep in mind that the stage may still be under construction, so not all its properties may have their final values yet.

See Also