CouchbaseClusterCloseBucket Method |
Closes and releases all resources associated with a Couchbase bucket.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void CloseBucket(
IBucket bucket
)
Public Sub CloseBucket (
bucket As IBucket
)
public:
virtual void CloseBucket(
IBucket^ bucket
) sealed
abstract CloseBucket :
bucket : IBucket -> unit
override CloseBucket :
bucket : IBucket -> unit
Parameters
- bucket
- Type: Couchbase.CoreIBucket
The Bucket to close.
See Also