WaitHandle.Finalize Method

Definition

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().

Applies to