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.166 -- Release Build+55b93eb16d4a5b73f01a183dc992e29d98627d25
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