Edit

Share via


ApplicationConfiguration.Load Method

Definition

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

Applies to