Delegate PercentProgressCallback
A callback to be called by a workload to report its progress in percent.
[CLSCompliant(false)]
public delegate void PercentProgressCallback(int percent)
Parameters
percent
intThe workload's progress in percent.
- Extension Methods