IVsThreadedWaitDialog4.EndWaitDialog(Int32) Method

Definition

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.

Applies to