Autodesk Vault ProfessionalVault API

IProgressReporter Interface

Autodesk.DataManagement.Client.FrameworkAutodesk.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

NameDescription
ReportProgressReports 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.

See Also