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: 2.0.0
Syntax
public void Validate()
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