Szerkesztés

Megosztás a következőn keresztül:


GrainTypeConfiguration.Load Method

Definition

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

Returns

Applies to