Progress<T>.OnReport(T) Método

Definición

Notifica un cambio de progreso.

protected:
 virtual void OnReport(T value);
protected virtual void OnReport (T value);
abstract member OnReport : 'T -> unit
override this.OnReport : 'T -> unit
Protected Overridable Sub OnReport (value As T)

Parámetros

value
T

Valor del progreso actualizado.

Se aplica a