Releases all resource used by the
Attachment 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
Attachment. The
Dispose method leaves the
Attachment in an unusable state. After
calling
Dispose, you must release all references to the
Attachment so the garbage collector can reclaim the memory that the
Attachment was occupying.
See Also