CommonMessagePump::ModalWaitForHandles Method (WaitHandle^)

 

Blocks the current thread by pumping messages until either a timeout or the specified handle has been signaled.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
CommonMessagePumpExitCode ModalWaitForHandles(
	WaitHandle^ waitHandle
)

Parameters

waitHandle
Type: System.Threading::WaitHandle^

The wait handle.

Return to top
Show: