Click or drag to resize

RefCountedDisposableRetain Method

Adds one to the reference count of the object, meaning that another call to Dispose is needed to actually dispose of this object

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
public void Retain()
See Also