WaitHandle::SignalAndWait Method
.NET Framework (current version)
Signals one WaitHandle and waits on another.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
Show:

