IProgressCallback

IProgressCallback interface

Represents a callback object for saving progress updates in percentage.

public interface IProgressCallback

Methods

NameDescription
Reporting(double)Reports a progress update.

See Also