ISchedulerJobV2.RestoreFromXml Method

Definition

Overloads

RestoreFromXml(String)
RestoreFromXml(XmlReader)

RestoreFromXml(String)

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

Parameters

url
String

Applies to

RestoreFromXml(XmlReader)

[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