WebResponseFinalize Method |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected override void Finalize()
Protected Overrides Sub Finalize
protected:
virtual void Finalize() override
abstract Finalize : unit -> unit
override Finalize : unit -> unit
Implements
ObjectFinalizeSee Also