Returns a Singleton instance of the Cluster class.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static CouchbaseCluster Get()
Public Shared Function Get As CouchbaseCluster
public:
static CouchbaseCluster^ Get()
static member Get : unit -> CouchbaseCluster
Return Value
Type:
CouchbaseClusterA Singleton instance of the Cluster class.
Exceptions
Remarks
Call one of the Initialize() overloads to create or recreate the Singleton instance.
However, Initialize() should only be called when the process starts up.
See Also