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.170 -- Release Build+d52ae7197b8b2924ea9e1e530d25301718816611
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