WaitHandle.SignalAndWait Method
.NET Framework 4.5
Signals one WaitHandle and waits on another.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SignalAndWait(WaitHandle, WaitHandle) | Signals one WaitHandle and waits on another. |
|
SignalAndWait(WaitHandle, WaitHandle, Int32, Boolean) | Signals one WaitHandle and waits on another, specifying a time-out interval as a 32-bit signed integer and specifying whether to exit the synchronization domain for the context before entering the wait. |
|
SignalAndWait(WaitHandle, WaitHandle, TimeSpan, Boolean) | Signals one WaitHandle and waits on another, specifying the time-out interval as a TimeSpan and specifying whether to exit the synchronization domain for the context before entering the wait. |