Cluster IsOpen Method Couchbase .NET SDK 2.1.0 Documentation
Returns a response indicating whether or not the IBucket instance has been opened and this Cluster instance is observing it.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public bool IsOpen(
	string bucketName
)

Parameters

bucketName
Type: System String
The name of the bucket to check.

Return Value

Type: Boolean
True if the IBucket has been opened and the cluster is registered as an observer.

Implements

ICluster IsOpen(String)
See Also