Click or drag to resize

JobConfigurationSaveXml Method

Saves the current instance as XML to the specified stream.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void SaveXml(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to save to.
See Also