Click or drag to resize

UnsavedRevisionDispose Method

Releases all resource used by the UnsavedRevision object.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
Remarks
Call Dispose when you are finished using the UnsavedRevision. The Dispose method leaves the UnsavedRevision in an unusable state. After calling Dispose, you must release all references to the UnsavedRevision so the garbage collector can reclaim the memory that the UnsavedRevision was occupying.
See Also