CouchbaseBucket.Dispose Method Couchbase .NET SDK 2.3.3
Closes this CouchbaseBucket instance, shutting down and releasing all resources, removing it from it's ClusterController instance.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public void Dispose()

Implements

IDisposable.Dispose()
See Also