Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
System.Threading
WaitHandle Class
WaitHandle Methods

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
WaitHandle.SignalAndWait Method

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

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.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker