Signals one
WaitHandle and waits on another, as an atomic operation.

Overload List
|
Name
|
Description
|
|
WaitHandle.SignalAndWait (WaitHandle, WaitHandle)
|
Signals one WaitHandle and waits on another, as an atomic operation.
|
|
WaitHandle.SignalAndWait (WaitHandle, WaitHandle, Int32, Boolean)
|
Signals one WaitHandle and waits on another, as an atomic operation, 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.
|
|
WaitHandle.SignalAndWait (WaitHandle, WaitHandle, TimeSpan, Boolean)
|
Signals one WaitHandle and waits on another, as an atomic operation, specifying the time-out interval as a TimeSpan and specifying whether to exit the synchronization domain for the context before entering the wait.
|

See Also