Click or drag to resize

JobConfigurationLoadXml Method (Stream)

Loads job configuration from an XML source.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static JobConfiguration LoadXml(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream containing the XML.

Return Value

Type: JobConfiguration
An instance of the JobConfiguration class created from the XML.
See Also