Mono Class Library: System.Threading.WaitHandle Overview | Members

System.Threading.WaitHandle.WaitOne Overloads

The overloads of WaitOne are listed below. For a list of all members, see the WaitHandle Members list.

Public Methods

WaitOne() : bool
Blocks the current thread until the current instance receives a signal.
WaitOne(int) : bool
Documentation for this section has not yet been entered.
WaitOne(int, bool) : bool
Documentation for this section has not yet been entered.
WaitOne(TimeSpan, bool) : bool
Documentation for this section has not yet been entered.