ApplicationConfiguration.Load 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
Load(XmlElement) |
Load this configuration from xml element. |
Load(XmlElement, Logger) |
Load this configuratin from xml element. |
Load(XmlElement)
Load this configuration from xml element.
public void Load (System.Xml.XmlElement xmlElement);
member this.Load : System.Xml.XmlElement -> unit
Public Sub Load (xmlElement As XmlElement)
Parameters
- xmlElement
- XmlElement
Applies to
Load(XmlElement, Logger)
Load this configuratin from xml element.
public void Load (System.Xml.XmlElement xmlElement, Orleans.Runtime.Logger logger);
member this.Load : System.Xml.XmlElement * Orleans.Runtime.Logger -> unit
Public Sub Load (xmlElement As XmlElement, logger As Logger)
Parameters
- xmlElement
- XmlElement
- logger
- Logger