Progress<T>
Provides an IProgress{T} that invokes callbacks for each reported progress value.
Raised for each reported progress value.
public Progress()
Initializes the Progress<T>.
Initializes the Progress<T> with the specified callback.
Reports a progress change.