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
)
static member FromConfig :
configSectionName : string -> IRiakEndPoint
Parameters
- configSectionName
- Type: SystemString
The name of the configuration section to load the settings from.
Return Value
Type:
IRiakEndPointA fully configured
IRiakEndPointSee Also