Share via


WaitHandle.WaitOne Method

When overridden in a derived class, this method blocks the current thread until the current WaitHandle object (wait handle) receives a signal.

Overload List

Name Description
WaitHandle.WaitOne () When overridden in a derived class, this method blocks the current thread until the current WaitHandle object (wait handle) receives a signal.
WaitHandle.WaitOne (Int32, Boolean) When overridden in a derived class, this method blocks the current thread until the current WaitHandle object (wait handle) receives a signal, using a 32-bit signed integer to specify the time interval and indicating whether to exit the synchronization domain before the wait.

See Also

Reference

WaitHandle Class
WaitHandle Members
System.Threading Namespace