Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
WaitOne Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
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

  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker