Finalize Method (ServerConnection)
In This Topic
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
Syntax
'Declaration
Protected Overridable Sub Finalize()
protected virtual void Finalize()
See Also