Click or drag to resize

JobConfigurationValidate Method

Checks whether this job configuration is complete and consistent.

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void Validate()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe job configuration is invalid.
NotSupportedExceptionOne of the record types used is not supported by ValueWriterT.
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