ThreadedWaitDialogHelper Class

Definition

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.

Applies to