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 | |
---|---|---|
ModalWaitForHandles(WaitHandle) | Blocks the current thread by pumping messages until either a timeout or the specified handle has been signaled. | |
ModalWaitForHandles(array<WaitHandle[], IVsCommonMessagePumpClientEvents) | Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled. | |
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