ClusterHelperInitialize Method (String) |
Ctor for creating Cluster instance.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Initialize(
string configurationSectionName
)
Public Shared Sub Initialize (
configurationSectionName As String
)
public:
static void Initialize(
String^ configurationSectionName
)
static member Initialize :
configurationSectionName : string -> unit
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