Progress<T>.OnReport(T) Metodo

Definizione

Segnala una modifica dello stato.

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)

Parametri

value
T

Valore del progresso aggiornato.

Si applica a