GrainTypeConfiguration.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 configuration from xml element. |
Load(XmlElement)
Load this configuration from xml element.
public static Orleans.Runtime.Configuration.GrainTypeConfiguration Load (System.Xml.XmlElement xmlElement);
static member Load : System.Xml.XmlElement -> Orleans.Runtime.Configuration.GrainTypeConfiguration
Public Shared Function Load (xmlElement As XmlElement) As GrainTypeConfiguration
Parameters
- xmlElement
- XmlElement
Returns
Applies to
Load(XmlElement, Logger)
Load this configuration from xml element.
public static Orleans.Runtime.Configuration.GrainTypeConfiguration Load (System.Xml.XmlElement xmlElement, Orleans.Runtime.Logger logger);
static member Load : System.Xml.XmlElement * Orleans.Runtime.Logger -> Orleans.Runtime.Configuration.GrainTypeConfiguration
Public Shared Function Load (xmlElement As XmlElement, logger As Logger) As GrainTypeConfiguration
Parameters
- xmlElement
- XmlElement
- logger
- Logger