ThreadedWaitDialogHelper Class
Visual Studio 2015
Extension methods for the threaded wait dialog that makes it more consumable using common managed code patterns.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateInstance(IVsThreadedWaitDialogFactory) | Creates an instance of the threaded wait dialog. |
![]() ![]() | EndWaitDialog(IVsThreadedWaitDialog2) | Closes the wait dialog. |
![]() ![]() | StartWaitDialog(IVsThreadedWaitDialogFactory, String, ThreadedWaitDialogProgressData, TimeSpan) | Show the threaded wait dialog and wire it up to receive progress updates via IProgress{ThreadedWaitDialogProgressData}and report cancellation via CancellationToken. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

