 | IVishnuJobProviderGetVishnuJobXml Methode |
Lädt eine Jobbeschreibung in einem Fremdformat, konvertiert diese
in eine Vishnu JobDescription.xml und retourniert diese als XDocument.
Namensraum: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
SyntaxXDocument GetVishnuJobXml(
string jobDirectory
)
Function GetVishnuJobXml (
jobDirectory As String
) As XDocument
XDocument^ GetVishnuJobXml(
String^ jobDirectory
)
abstract GetVishnuJobXml :
jobDirectory : string -> XDocument
Parameter
- jobDirectory String
- Das Job-Verzeichnis.
Rückgabewert
XDocumentJob-Beschreibung im Vishnu-Format als XDocument.
Siehe auch