ThreadedWaitDialogHelper Class

Visual Studio 2015
 

Extension methods for the threaded wait dialog that makes it more consumable using common managed code patterns.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.ThreadedWaitDialogHelper

public static class ThreadedWaitDialogHelper

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateInstance(IVsThreadedWaitDialogFactory)

Creates an instance of the threaded wait dialog.

System_CAPS_pubmethodSystem_CAPS_staticEndWaitDialog(IVsThreadedWaitDialog2)

Closes the wait dialog.

System_CAPS_pubmethodSystem_CAPS_staticStartWaitDialog(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.

Return to top
Show: