2 out of 14 rated this helpful - Rate this topic

WaitHandle.WaitOne Method

When overridden in a derived class, blocks the current thread until the current WaitHandle receives a signal.

Name Description
WaitHandle.WaitOne () When overridden in a derived class, blocks the current thread until the current WaitHandle receives a signal.

Supported by the .NET Compact Framework.

WaitHandle.WaitOne (Int32, Boolean) When overridden in a derived class, 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) When overridden in a derived class, 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.