ProgressWithCompletion<T>.Report(T) 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.
Receives a progress update.
protected:
virtual void Report(T value);
protected:
virtual void Report(T value);
virtual void Report(T value);
protected virtual void Report (T value);
abstract member Report : 'T -> unit
override this.Report : 'T -> unit
Protected Overridable Sub Report (value As T)
Parameters
- value
- T
The value representing the updated progress.