Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
Interprocess
Cache
Finalize Method
Releases the unmanaged resources before the
InterprocessCache
object is reclaimed by
GC
.
Definition
Namespace:
Gemstone.IO
Assembly:
Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.172 -- Release Build+241430fabc9f8d815f226ef82f939af6835b2b48
C#
Copy
View Source
Request Example
~
Finalize
()
VB
Copy
View Source
Request Example
Protected
Overrides
Sub
Finalize
C++
Copy
View Source
Request Example
!
Finalize
()
JavaScript
Copy
View Source
Request Example
function
Finalize
();
See Also
Reference
InterprocessCache Class
Gemstone.IO Namespace
In This Article
Definition
See Also