ISchedulerJob.RestoreFromXml Method

Definition

Overloads

RestoreFromXml(String)

Overwrites the properties and tasks of the job using the XML at the specified URL.

RestoreFromXml(XmlReader)

Overwrites the properties and tasks of the job using the contents from the XML reader.

RestoreFromXml(String)

Overwrites the properties and tasks of the job using the XML at the specified URL.

public void RestoreFromXml (string url);
abstract member RestoreFromXml : string -> unit
Public Sub RestoreFromXml (url As String)

Parameters

url
String

Applies to

RestoreFromXml(XmlReader)

Overwrites the properties and tasks of the job using the contents from the XML reader.

[System.Runtime.InteropServices.ComVisible(false)]
public void RestoreFromXml (System.Xml.XmlReader reader);
abstract member RestoreFromXml : System.Xml.XmlReader -> unit
Public Sub RestoreFromXml (reader As XmlReader)

Parameters

reader
XmlReader
Attributes

Applies to