When overridden in a derived class, releases all resources held by the current System.Threading.WaitHandle.
This method is the public version of the IDisposable.Dispose method implemented to support the IDisposable interface.
This method releases any unmanaged resources held by the current instance. This method can, but is not required to, suppress finalization during garbage collection by calling the GC.SuppressFinalize(object) method.
Override this method to release resources allocated in derived classes.
Use this method to release all resources held by an instance of WaitHandle. Once this method is called, references to the current instance cause undefined behavior.