CommonMessagePump Members
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 | |
---|---|---|
CommonMessagePump |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AllowCancel | Controls if the wait dialog has an enabled cancel button. | |
StatusBarText | Text of the status bar during the wait. | |
Timeout | Set the timeout value for the modal wait. Use TimeSpan.MaxValue for an infinite wait. | |
WaitText | Wait dialog text for what we are waiting on. | |
WaitTitle | Title of the wait dialog |
Top
Explicit Interface Implementations
Top