| JobConfigurationLoadXml Method (String) |
Loads job configuration from an XML source.
Namespace:
Ookii.Jumbo.Jet.Jobs
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public static JobConfiguration LoadXml(
string file
)
Public Shared Function LoadXml (
file As String
) As JobConfiguration
public:
static JobConfiguration^ LoadXml(
String^ file
)
static member LoadXml :
file : string -> JobConfiguration
Parameters
- file
- Type: SystemString
The path of the file containing the XML.
Return Value
Type:
JobConfigurationAn instance of the
JobConfiguration class created from the XML.
See Also