SchedulerJob.RestoreFromXmlEx Method

Definition

Overloads

RestoreFromXmlEx(XmlReader, Boolean)
RestoreFromXmlEx(String, Boolean)

RestoreFromXmlEx(XmlReader, Boolean)

[System.Runtime.InteropServices.ComVisible(false)]
public void RestoreFromXmlEx (System.Xml.XmlReader reader, bool includeTaskGroup);
abstract member RestoreFromXmlEx : System.Xml.XmlReader * bool -> unit
override this.RestoreFromXmlEx : System.Xml.XmlReader * bool -> unit
Public Sub RestoreFromXmlEx (reader As XmlReader, includeTaskGroup As Boolean)

Parameters

reader
XmlReader
includeTaskGroup
Boolean

Implements

Attributes

Applies to

RestoreFromXmlEx(String, Boolean)

public void RestoreFromXmlEx (string url, bool includeTaskGroup);
abstract member RestoreFromXmlEx : string * bool -> unit
override this.RestoreFromXmlEx : string * bool -> unit
Public Sub RestoreFromXmlEx (url As String, includeTaskGroup As Boolean)

Parameters

url
String
includeTaskGroup
Boolean

Implements

Applies to