IProgressReporter Interface
Autodesk.DataManagement.Client.Framework›Autodesk.DataManagement.Client.Framework.Interfaces
Provides a mechanism for a business logic layer to report results back to the GUI
Syntax
public interface IProgressReporter Public Interface IProgressReporter Methods
| Name | Description |
|---|---|
| ReportProgress | Reports progress to the GUI layer |
| ReportProgress(String,String,IEnumerable<ProgressValue>,Int32) | Reports progress to the GUI layer |
| ReportProgress(String,IEnumerable<ProgressValue>,Int32) | Reports progress to the GUI layer |
Returned By
Where you get a IProgressReporter — members that return one.