ICluster.CloseBucket Method Couchbase .NET SDK 2.0
Closes a Couchbase Bucket Instance.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void CloseBucket(
	IBucket bucket
)

Parameters

bucket
Type: Couchbase.Core.IBucket
The object that implements IBucket that will be closed.
See Also