Gets the underlying System.Threading.WaitHandle object for this System.Threading.ManualResetEventSlim.
Documentation for this section has not yet been entered.
Accessing this property forces initialization of an underlying event object if one hasn't already been created. To simply wait on this System.Threading.ManualResetEventSlim, the public Wait methods should be preferred. It is recommended to dispose the System.Threading.ManualResetEventSlim instance after accessing this property, in order to prevent a resource leak.