Click or drag to resize
RiakClusterFromConfig Method (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
)

Parameters

configSectionName
Type: SystemString
The name of the configuration section to load the settings from.

Return Value

Type: IRiakEndPoint
A fully configured IRiakEndPoint
See Also