This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
AutoResetEvent..::.WaitOne Method

Overload List
|
| Name | Description |
|---|
.gif) | WaitOne()()() | Blocks the current thread until the current WaitHandle receives a signal. (Inherited from WaitHandle.) |
.gif) .gif) .gif) | WaitOne()()() | Blocks the current thread until the current EventWaitHandle receives a signal. For complete documentation, see the base class topic, WaitHandle..::.WaitOne()()(). (Inherited from EventWaitHandle.) |
.gif) .gif) | WaitOne()()() | Blocks the current thread until the current AutoResetEvent receives a signal. For complete documentation, see WaitHandle..::.WaitOne()()(). (Overrides WaitHandle..::.WaitOne()()().) |
.gif) | WaitOne(Int32) | Blocks the current thread until the current WaitHandle receives a signal, using a 32-bit signed integer to measure the time interval. (Inherited from WaitHandle.) |
.gif) | WaitOne(TimeSpan) | Blocks the current thread until the current instance receives a signal, using a TimeSpan to measure the time interval. (Inherited from WaitHandle.) |
.gif) | WaitOne(Int32, Boolean) | Blocks the current thread until the current WaitHandle receives a signal, using a 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait. (Inherited from WaitHandle.) |
.gif) | WaitOne(TimeSpan, Boolean) | Blocks the current thread until the current instance receives a signal, using a TimeSpan to measure the time interval and specifying whether to exit the synchronization domain before the wait. (Inherited from WaitHandle.) |
.gif) .gif) .gif) | WaitOne(Int32, Boolean) | Blocks the current thread until the current EventWaitHandle receives a signal, using a 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait. For complete documentation, see the base class topic, WaitHandle..::.WaitOne(Int32, Boolean). (Inherited from EventWaitHandle.) |
.gif) .gif) | WaitOne(Int32, Boolean) | Blocks the current thread until the current AutoResetEvent receives a signal, using a 32-bit signed integer to specify the time interval to wait and specifying whether to exit the synchronization domain before the wait. For complete documentation, see WaitHandle..::.WaitOne(Int32, Boolean). (Overrides WaitHandle..::.WaitOne(Int32, Boolean).) |
Top

See Also