Click or drag to resize

XmlClientConfigBuilder Class

Loads the ClientConfig using XML.
Inheritance Hierarchy

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public class XmlClientConfigBuilder : AbstractXmlConfigHelper

The XmlClientConfigBuilder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBuild(TextReader)
Build a ClientConfig from an XML file
Public methodStatic memberBuild(String)
Build a ClientConfig from an XML file
Public methodCleanNodeName(XmlNode) (Inherited from AbstractXmlConfigHelper.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also