Skip to main content
.NET Framework Class Library
WaitHandle..::.SignalAndWait Method





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.

Overload List
 NameDescription
Public methodStatic memberSignalAndWait(WaitHandle, WaitHandle)Signals one WaitHandle and waits on another.
Public methodStatic memberSignalAndWait(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.
Public methodStatic memberSignalAndWait(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.
Top