Click or drag to resize
RiakClusterFromConfig Method (String, String)
Creates an instance of IRiakClient populated from from the configuration section specified by configSectionName.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static IRiakEndPoint FromConfig(
	string configSectionName,
	string configFileName
)

Parameters

configSectionName
Type: SystemString
The name of the configuration section to load the settings from.
configFileName
Type: SystemString
The full path and name of the config file to load the configuration from.

Return Value

Type: IRiakEndPoint
A fully configured IRiakEndPoint
See Also