This topic has not yet been rated - Rate this topic

EventWaitHandle.WaitOne Method

Blocks the current thread until the current EventWaitHandle receives a signal. For complete documentation, see the base class topic, WaitHandle.WaitOne().

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)
public override bool WaitOne()

Return Value

Type: System.Boolean
true if the current instance receives a signal. If the current instance is never signaled, WaitOne never returns.
Important noteImportant

This member override applies only to the versions listed in "Version Information" later in this topic. For other versions and complete documentation, see the base class topic, WaitHandle.WaitOne().

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.