Overload List
| Name | Description | |
|---|---|---|
|
|
WaitOne |
When overridden in a derived class, blocks the current thread until the current
|
|
|
WaitOne(Int32) |
Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
|
|
|
WaitOne(TimeSpan) |
Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
|
|
|
WaitOne(Int32, Boolean) |
When overridden in a derived class, blocks the current thread until the current
|
|
|
WaitOne(TimeSpan, Boolean) |
Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
|
See Also