Updated: July 2008
Blocks the current thread until the current WaitHandle receives a signal.
Date
History
Reason
July 2008
Added new overloads: WaitOne(Int32) and WaitOne(TimeSpan).
SP1 feature change.
The smallest time element is a tick. A tick is not always a second multiple. Internally WaitOne convert the timeout in tick and round it under.
On very fast machine you can exit before expected time (some micro second before + very fast machine = expected time is not correct).