ClusterHelper Initialize Method (String)Couchbase .NET SDK 2.0
Ctor for creating Cluster instance.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public static void Initialize(
	string configurationSectionName
)

Parameters

configurationSectionName
Type: System String
The name of the configuration section to use.
Remarks
Note that CouchbaseClientSection needs include the sectionGroup name as well: "couchbaseSection/couchbase"
See Also