CommonMessagePump::ModalWaitForHandles Method (array<WaitHandle^>^, IVsCommonMessagePumpClientEvents^)
Visual Studio 2015
Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: CommonMessagePumpExitCode ModalWaitForHandles( array<WaitHandle^>^ waitHandles, IVsCommonMessagePumpClientEvents^ client )
Parameters
- waitHandles
-
Type:
array<System.Threading::WaitHandle^>^
The wait handles.
- client
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsCommonMessagePumpClientEvents^
Caller implementation of T:Microsoft.VisualStudio.Shell.IVsCommonMessagePumpClientEvents.
Show: