Click or drag to resize
CouchbaseClusterCloseBucket Method
Closes and releases all resources associated with a Couchbase bucket.

Namespace: Couchbase
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CloseBucket(
	IBucket bucket
)

Parameters

bucket
Type: Couchbase.CoreIBucket
The Bucket to close.
See Also