MemcachedBucket AddRef Method Couchbase .NET SDK 2.0
Increments the reference counter for this IBucket instance.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int AddRef()

Return Value

Type: Int32
The current count of all IBucket references.
See Also