WaitHandle.Finalize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the resources held by the current instance.
!WaitHandle ()
~WaitHandle ();
override this.Finalize : unit -> unit
Finalize ()
Remarks
Note
This member has been removed from the .NET Framework version 2.0 and subsequent versions. This topic applies only to the versions listed in "Version Information" later in this topic.
Application code does not call this method; it is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled. For more information, see GC.SuppressFinalize and Finalize(). This method overrides Finalize().