Click or drag to resize

FileDataOutputNotifyAddedToStage 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
public void NotifyAddedToStage(
	StageConfiguration stage
)

Parameters

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

Implements

IDataOutputNotifyAddedToStage(StageConfiguration)
See Also