| JobStatusToXml Method |
Gets an XML document containing the job status.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax Public Function ToXml As XDocument
public:
XDocument^ ToXml()
member ToXml : unit -> XDocument
Return Value
Type:
XDocumentAn
XDocument containing the job status.
See Also