 | JobConfigurationLoadXml(Stream) Method |
Loads job configuration from an XML source.
Namespace: Ookii.Jumbo.Jet.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static JobConfiguration LoadXml(
Stream stream
)
Public Shared Function LoadXml (
stream As Stream
) As JobConfiguration
public:
static JobConfiguration^ LoadXml(
Stream^ stream
)
static member LoadXml :
stream : Stream -> JobConfiguration
Parameters
- stream Stream
- The stream containing the XML.
Return Value
JobConfigurationAn instance of the
JobConfiguration class created from the XML.
See Also