ThreadedWaitDialogHelper.EndWaitDialog(IVsThreadedWaitDialog2) Method

Definition

Closes the wait dialog.

public:
[System::Runtime::CompilerServices::Extension]
 static bool EndWaitDialog(Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ dialog);
public:
[System::Runtime::CompilerServices::Extension]
 static bool EndWaitDialog(Microsoft::VisualStudio::Shell::Interop::IVsThreadedWaitDialog2 ^ dialog);
public static bool EndWaitDialog (this Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 dialog);
static member EndWaitDialog : Microsoft.VisualStudio.Shell.Interop.IVsThreadedWaitDialog2 -> bool
<Extension()>
Public Function EndWaitDialog (dialog As IVsThreadedWaitDialog2) As Boolean

Parameters

dialog
IVsThreadedWaitDialog2

The dialog to be closed.

Returns

true if the user has requested cancellation; false otherwise.

Applies to