ClusterHelper MethodsCouchbase .NET SDK 2.0

The ClusterHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClose
Disposes the current Cluster instance and cleans up resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGet
Returns a Singleton instance of the Cluster class.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitialize 
Creates a Cluster instance using the default configuration. This is overload is suitable for development only as it will use localhost (127.0.0.1) and the default Couchbase REST and Memcached ports. [!:http://docs.couchbase.com/couchbase-manual-2.5/cb-install/#network-ports]
Public methodStatic memberInitialize(String)
Ctor for creating Cluster instance.
Public methodStatic memberInitialize(ClientConfiguration)
Creates a Cluster instance.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also