Click or drag to resize

StageConfigurationValidate Method

Checks whether this stage configuration is complete and consistent.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void Validate(
	JobConfiguration job
)

Parameters

job
Type: Ookii.Jumbo.Jet.JobsJobConfiguration
The job that this stage belongs to.
Exceptions
Remarks

This method is intended to be used after constructing the job before it is submitted. It uses information that may not be available after deserialization, and requires the various types to be loaded.

See Also