Gemstone Threading Library
C#
VB
C++
JavaScript
Show/Hide TOC
Double
Buffered
Queue
Producer
T
Finalize Method
Releases the unmanaged resources before the
DoubleBufferedQueueProducer
T
object is reclaimed by
GC
.
Definition
Namespace:
Gemstone.Threading.Collections
Assembly:
Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
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
DoubleBufferedQueueProducer
T
Class
Gemstone.Threading.Collections Namespace
In This Article
Definition
See Also