| JobConfigurationLoadXml Method (Stream) |
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(
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
- Type: System.IOStream
The stream containing the XML.
Return Value
Type:
JobConfigurationAn instance of the
JobConfiguration class created from the XML.
See Also