SchedulerJob.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
override this.RestoreFromXml : string -> unit
Public Sub RestoreFromXml (url As String)

Parameters

url
String

The URL that identifies the XML to use to overwrite the contents of the job.

Implements

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
override this.RestoreFromXml : System.Xml.XmlReader -> unit
Public Sub RestoreFromXml (reader As XmlReader)

Parameters

reader
XmlReader

An XmlReader that contains the XML used to overwrite the content of the job.

Implements

Attributes

Applies to