ISchedulerJobV3SP1.RestoreFromXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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