Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
Interprocess
Reader
Writer
Lock
Finalize Method
Releases the unmanaged resources before the
InterprocessReaderWriterLock
object is reclaimed by
GC
.
Definition
Namespace:
Gemstone.Threading
Assembly:
Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
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
InterprocessReaderWriterLock Class
Gemstone.Threading Namespace
In This Article
Definition
See Also