ThreadedWaitDialogHelper.Session Class
Offers two-way communication with a visible threaded wait dialog.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Progress | Gets the < IProgress`1 instance to use for updating the progress of the operation that is reported to the user. If IProgress`1.Report`1 is invoked on the UI thread, this method will report progress and update the dialog immediately. If IProgress`1.Report`1 is invoked from another thread, the dialog will be updated asynchronously when JoinableTaskFactory.SwitchToMainThreadAsync can reach the UI thread. |
![]() | UserCancellationToken | Gets a token that is canceled when the user clicks the Cancel button in the threaded wait dialog. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Closes the threaded wait dialog. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


