Include Protected Members
Include Inherited Members
CommonMessagePump allows callers to block the current thread until a handle or handles have been signaled.
The CommonMessagePump type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | CommonMessagePump | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ModalWaitForHandles(WaitHandle) | Blocks the current thread by pumping messages until either a timeout or the specified handle has been signaled. | 
| .gif) | ModalWaitForHandles(array<WaitHandle[], IVsCommonMessagePumpClientEvents) | Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled. | 
| .gif) | ModalWaitForHandles(array<WaitHandle[], Int32%) | Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled. | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllowCancel | Controls if the wait dialog has an enabled cancel button. | 
| .gif) | StatusBarText | Text of the status bar during the wait. | 
| .gif) | Timeout | Set the timeout value for the modal wait. Use TimeSpan.MaxValue for an infinite wait. | 
| .gif) | WaitText | Wait dialog text for what we are waiting on. | 
| .gif) | WaitTitle | Title of the wait dialog | 
Top
Explicit Interface Implementations
Top
.gif)
.gif)