IVsOperationProgressStageStatusForSolutionLoad.WaitForCompletionAsync Method

Definition

Waits for solution load and any in-progress work to complete. If no work was in progress, it completes when solution is loaded.

public:
 System::Threading::Tasks::Task ^ WaitForCompletionAsync();
public System.Threading.Tasks.Task WaitForCompletionAsync ();
abstract member WaitForCompletionAsync : unit -> System.Threading.Tasks.Task
Public Function WaitForCompletionAsync () As Task

Returns

Task

A task that transitions to a completed state when the work in-progress has completed.

Applies to