ThreadedWaitDialogHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for the threaded wait dialog that makes it more consumable using common managed code patterns.
public ref class ThreadedWaitDialogHelper abstract sealed
public ref class ThreadedWaitDialogHelper abstract sealed
class ThreadedWaitDialogHelper abstract sealed
public static class ThreadedWaitDialogHelper
type ThreadedWaitDialogHelper = class
Public Module ThreadedWaitDialogHelper
- Inheritance
-
ThreadedWaitDialogHelper
Methods
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<T> and report cancellation via CancellationToken. |