| 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
)
Public Shared Function FromXml (
job As XElement
) As JobStatus
public:
static JobStatus^ FromXml(
XElement^ job
)
static member FromXml :
job : XElement -> JobStatus
Parameters
- job
- Type: System.Xml.LinqXElement
The XML element containing the job status.
Return Value
Type:
JobStatusA new instance of the
JobStatus class with the information from the XML document.
See Also