ProgressWithCompletion<T>::IProgress<T>::Report Method (T)

 

Receives a progress update.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

private:
virtual void Report(
	T value
) sealed = IProgress<T>::Report

Parameters

value
Type: T

The value representing the updated progress.

Return to top
Show: