.NET Framework Class Library
AutoResetEvent..::.WaitOne Method

Overload List

  NameDescription
Public methodWaitOne()()()Blocks the current thread until the current WaitHandle receives a signal. (Inherited from WaitHandle.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWaitOne()()()Blocks the current thread until the current EventWaitHandle receives a signal. For complete documentation, see the base class topic, WaitHandle..::.WaitOne()()(). (Inherited from EventWaitHandle.)
Public methodSupported by the .NET Compact FrameworkWaitOne()()()Blocks the current thread until the current AutoResetEvent receives a signal. For complete documentation, see WaitHandle..::.WaitOne()()(). (Overrides WaitHandle..::.WaitOne()()().)
Public methodWaitOne(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.)
Public methodWaitOne(TimeSpan)Blocks the current thread until the current instance receives a signal, using a TimeSpan to measure the time interval. (Inherited from WaitHandle.)
Public methodWaitOne(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.)
Public methodWaitOne(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.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWaitOne(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.)
Public methodSupported by the .NET Compact FrameworkWaitOne(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

Reference

Tags :


Page view tracker