Closes a Couchbase Bucket Instance.
Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxvoid CloseBucket(
IBucket bucket
)
void CloseBucket(
IBucket bucket
)
Sub CloseBucket (
bucket As IBucket
)
Sub CloseBucket (
bucket As IBucket
)
void CloseBucket(
IBucket^ bucket
)
void CloseBucket(
IBucket^ bucket
)
abstract CloseBucket :
bucket : IBucket -> unit
abstract CloseBucket :
bucket : IBucket -> unit
Parameters
- bucket
- Type: Couchbase.Core.IBucket
The object that implements IBucket that will be closed.
See Also