IVsOperationProgressStageStatus.WaitForCompletionAsync Method
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.
Waits for the current work in-progress to complete.
C++
public:
System::Threading::Tasks::Task<long> ^ WaitForCompletionAsync();
public System.Threading.Tasks.Task<long> WaitForCompletionAsync();
abstract member WaitForCompletionAsync : unit -> System.Threading.Tasks.Task<int64>
Public Function WaitForCompletionAsync () As Task(Of Long)
A task that transitions to a completed state when the work in progress has completed, associated with the version number at the time of completion.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2019, 2022 |