Cluster Constructor (String)Couchbase .NET SDK 2.0
Ctor for creating Cluster instance using an App.Config or Web.config.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public Cluster(
	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