Gets a System.Threading.WaitHandle that is used to wait for the event to be set.
Documentation for this section has not yet been entered.
CountdownEvent.WaitHandle should only be used if it's needed for integration with code bases that rely on having a WaitHandle. If all that's needed is to wait for the System.Threading.CountdownEvent to be set, the CountdownEvent.Wait method should be preferred.