IVsThreadedWaitDialog Members
Include Protected Members
Include Inherited Members
Shows a dialog used while waiting for an action to end. The dialog is displayed on a separate, background thread to allow the environment to appear responsive even when busy. You can get an instance of this interface from the SVsThreadedWaitDialog (SID_SVsThreadedWaitDialog) service.
The IVsThreadedWaitDialog type exposes the following members.
Methods
Name | Description | |
---|---|---|
EndWaitDialog | ||
GiveTimeSlice | ||
StartWaitDialog | Starts the Wait dialog. |
Top