 | 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.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxXDocument GetVishnuJobXml(
string jobDirectory
)
Function GetVishnuJobXml (
jobDirectory As String
) As XDocument
XDocument^ GetVishnuJobXml(
String^ jobDirectory
)
abstract GetVishnuJobXml :
jobDirectory : string -> XDocument
Parameters
- jobDirectory String
- The job directory.
Return value
XDocumentJob description in Vishnu format as XDocument.
See also