Class IgniteConfigurationSection
Ignite configuration section for app.config and web.config files.
Inheritance
System.Object
IgniteConfigurationSection
Namespace: Apache.Ignite.Core
Assembly: Apache.Ignite.Core.dll
Syntax
public class IgniteConfigurationSection : ConfigurationSection
Properties
IgniteConfiguration
Gets or sets the ignite configuration.
Declaration
public IgniteConfiguration IgniteConfiguration { get; }
Property Value
Type | Description |
---|---|
IgniteConfiguration | The ignite configuration. |
Methods
DeserializeSection(XmlReader)
Reads XML from the configuration file.
Declaration
protected override void DeserializeSection(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader | The reader object, which reads from the configuration file. |
SerializeSection(ConfigurationElement, String, ConfigurationSaveMode)
Creates an XML string containing an unmerged view of the
Declaration
protected override string SerializeSection(ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationElement | parentElement | The |
System.String | name | The name of the section to create. |
ConfigurationSaveMode | saveMode | The |
Returns
Type | Description |
---|---|
System.String | An XML string containing an unmerged view of the |