ICluster MethodsCouchbase .NET SDK 2.0

The ICluster type exposes the following members.

Methods
  NameDescription
Public methodCloseBucket
Closes a Couchbase Bucket Instance.
Public methodCreateManager
Creates a IClusterManager object that uses the current ICluster configuration settings.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodIsOpen
Returns a response indicating whether or not the IBucket instance has been opened and this Cluster instance is observing it.
Public methodOpenBucket()
Opens a Couchbase Bucket instance.
Public methodOpenBucket(String)
Opens a Couchbase Bucket instance.
Public methodOpenBucket(String, String)
Opens a Couchbase Bucket instance.
Top
See Also