CouchbaseCluster Constructor (String) |
Ctor for creating Cluster instance using an App.Config or Web.config.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CouchbaseCluster(
string configurationSectionName
)
Public Sub New (
configurationSectionName As String
)
public:
CouchbaseCluster(
String^ configurationSectionName
)
new :
configurationSectionName : string -> CouchbaseCluster
Parameters
- configurationSectionName
- Type: SystemString
The name of the configuration section to use.
RemarksNote that CouchbaseClientSection needs include the sectionGroup name as well: "couchbaseSection/couchbase"
See Also