Click or drag to resize

XmlClientConfigBuilderBuild Method (TextReader)

Build a ClientConfig from an XML file

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public static ClientConfig Build(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
Text reader to provide hazelcast client XML

Return Value

Type: ClientConfig
ClientConfig
See Also