IVsThreadedWaitDialog4.EndWaitDialog(Int32) Method
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.
Stops the wait dialog.
public:
void EndWaitDialog([Runtime::InteropServices::Out] int % pfCanceled);
public void EndWaitDialog (out int pfCanceled);
abstract member EndWaitDialog : int -> unit
Public Sub EndWaitDialog (ByRef pfCanceled As Integer)
Parameters
- pfCanceled
- Int32
True if the operation was canceled, otherwise false.
Implements
Remarks
This method is safe to access from any thread.