CommonMessagePump.ModalWaitForHandles Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ModalWaitForHandles(WaitHandle) Blocks the current thread by pumping messages until either a timeout or the specified handle has been signaled.
Public method ModalWaitForHandles(array<WaitHandle[], IVsCommonMessagePumpClientEvents) Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.
Public method ModalWaitForHandles(array<WaitHandle[], Int32%) Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.

Top

See Also

Reference

CommonMessagePump Class

Microsoft.VisualStudio.Shell Namespace