Click or drag to resize

IVishnuJobProviderGetVishnuJobXml method

Loads a job description in a foreign format, converts it into a Vishnu JobDescription.xml and returns it as an XDocument.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
XDocument GetVishnuJobXml(
	
	string jobDirectory
)

Parameters

jobDirectory  String
The job directory.

Return value

XDocument
Job description in Vishnu format as XDocument.
See also