Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WaitHandle::SignalAndWait Method

 

Signals one WaitHandle and waits on another.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSignalAndWait(WaitHandle^, WaitHandle^)

Signals one WaitHandle and waits on another.

System_CAPS_pubmethodSystem_CAPS_staticSignalAndWait(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.

System_CAPS_pubmethodSystem_CAPS_staticSignalAndWait(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.

Return to top
Show:
© 2017 Microsoft