Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 3.0
Class Library
System.Threading
WaitHandle Class
WaitHandle Methods
WaitOne Method

  Switch on low bandwidth view
WaitHandle.WaitOne Method
Blocks the current thread until the current WaitHandle receives a signal.
Name Description
WaitHandle.WaitOne () Blocks the current thread until the current WaitHandle receives a signal.

Supported by the .NET Compact Framework.

WaitHandle.WaitOne (Int32, Boolean) Blocks the current thread until the current WaitHandle receives a signal, using 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait.

Supported by the .NET Compact Framework.

WaitHandle.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.
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
Page view tracker