Search Results for

    Show / Hide Table of Contents

    Class IgniteClientConfigurationSection

    Ignite configuration section for app.config and web.config files.

    Inheritance
    System.Object
    IgniteClientConfigurationSection
    Namespace: Apache.Ignite.Core.Client
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class IgniteClientConfigurationSection : ConfigurationSection

    Properties

    IgniteClientConfiguration

    Gets the Ignite client configuration.

    Declaration
    public IgniteClientConfiguration IgniteClientConfiguration { get; }
    Property Value
    Type Description
    IgniteClientConfiguration

    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 object as a single section to write to a file.

    Declaration
    protected override string SerializeSection(ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode)
    Parameters
    Type Name Description
    ConfigurationElement parentElement

    The instance to use as the parent when performing the un-merge.

    System.String name

    The name of the section to create.

    ConfigurationSaveMode saveMode

    The instance to use when writing to a string.

    Returns
    Type Description
    System.String

    An XML string containing an unmerged view of the object.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation