Progress<T>.OnReport(T) 方法

定義

報告進度變更。

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)

參數

value
T

已更新的進度的值。

適用於