Click or drag to resize

JobStatusFromXml Method

Creates a JobStatus instance from an XML element.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static JobStatus FromXml(
	XElement job
)

Parameters

job
Type: System.Xml.LinqXElement
The XML element containing the job status.

Return Value

Type: JobStatus
A new instance of the JobStatus class with the information from the XML document.
See Also