Click or drag to resize
ClusterHelperInitialize Method (String)
Ctor for creating Cluster instance.

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

Parameters

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